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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辞鴈「齊ェ | 11110010101010111000111010101011111010011110110010100010111010101000111010101010 | f2ab8eabe9eca2ea8eaa |
EUC-JP | ?辞鴈「齊ェ | 0011111110111100101011011111001011101110100011101010001011110011111011101000111010101010 | 3fbcadf2ee8ea2f3ee8eaa |
UTF-8 | 辞鴈「齊ェ | 111011101000011110100010111010001011111010011110111010011011010010001000111011111011110110100010111010011011110110001010111011111011110110101010 | ee87a2e8be9ee9b488efbda2e9bd8aefbdaa |
UHC | ????齊? | 00111111001111110011111100111111111100001011101000111111 | 3f3f3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)