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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????勣? | 0011111100111111001111110011111100111111100110011010100000111111 | 3f3f3f3f3f99a83f |
EUC-JP | ?????勣? | 0011111100111111001111110011111100111111110100101010101000111111 | 3f3f3f3f3fd2aa3f |
UTF-8 | 롋렋롘렪렳勣렋 | 111010111010000110001011111010111010000010001011111010111010000110011000111010111010000010101010111010111010000010110011111001011000101110100011111010111010000010001011 | eba18beba08beba198eba0aaeba0b3e58ba3eba08b |
UHC | 롋렋롘렪렳勣렋 | 1000111011010001100011101010001010001110110111001000111010111000100011101100000011101110110100111000111010100010 | 8ed18ea28edc8eb88ec0eed38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)