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 | 溽疇溽 | 100111111110011111100001011001011001111111100111 | 9fe7e1659fe7 |
EUC-JP | 溽疇溽 | 110111101110100111100001110001101101111011101001 | dee9e1c6dee9 |
UTF-8 | 溽疇溽 | 111001101011101010111101111001111001011010000111111001101011101010111101 | e6babde79687e6babd |
UHC | ?疇? | 00111111111100011100001000111111 | 3ff1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)