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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 鶯痔W | 11101001111100101000111010100100010101111111001010110011 | e9f28ea457f2b3 |
EUC-JP | 鶯痔W? | 111100101111010010111100101001100101011100111111 | f2f4bca6573f |
UTF-8 | 鶯痔W | 11101001101101101010111111100111100101111001010001010111111011101000011110101010 | e9b6afe7979457ee87aa |
UHC | 鶯痔W? | 111001011010001111110110110000000101011100111111 | e5a3f6c0573f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)