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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶯辞鶯 | 111010011111001010001110101010111110100111110010 | e9f28eabe9f2 |
EUC-JP | 鶯辞鶯 | 111100101111010010111100101011011111001011110100 | f2f4bcadf2f4 |
UTF-8 | 鶯辞鶯 | 111010011011011010101111111010001011111010011110111010011011011010101111 | e9b6afe8be9ee9b6af |
UHC | 鶯?鶯 | 1110010110100011001111111110010110100011 | e5a33fe5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)