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 | 彫?楮?淨? | 100100101010010000111111100111101011100000111111100111111100010000111111 | 92a43f9eb83f9fc43f |
EUC-JP | 彫?楮?淨? | 110001001010011000111111110111001011101000111111110111101100011000111111 | c4a63fdcba3fdec63f |
UTF-8 | 彫렕楮렫淨렫 | 111001011011110110101011111010111010000010010101111001101010010110101110111010111010000010101011111001101011011110101000111010111010000010101011 | e5bdabeba095e6a5aeeba0abe6b7a8eba0ab |
UHC | 彫렕楮렫淨렫 | 111100001100000110001110101010101110111010111111100011101011100111101111111001001000111010111001 | f0c18eaaeebf8eb9efe48eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)