To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爼癆獻爼 | 1110000010101010111000011001010011100000110110011110000010101010 | e0aae194e0d9e0aa |
EUC-JP | 爼癆獻爼 | 1110000010101100111000011111010011100000110110111110000010101100 | e0ace1f4e0dbe0ac |
UTF-8 | 爼癆獻爼 | 111001111000100010111100111001111001100110000110111001111000110110111011111001111000100010111100 | e788bce79986e78dbbe788bc |
UHC | ??獻? | 0011111100111111111110101100110000111111 | 3f3ffacc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)