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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第??楮? | 10010001111001100011111100111111100111101011100000111111 | 91e63f3f9eb83f |
EUC-JP | 第??楮? | 11000010111010000011111100111111110111001011101000111111 | c2e83f3fdcba3f |
UTF-8 | 第꿰딨楮렫 | 111001111010110010101100111010101011111110110000111010111001010010101000111001101010010110101110111010111010000010101011 | e7acaceabfb0eb94a8e6a5aeeba0ab |
UHC | 第꿰딨楮렫 | 11110000101011111011001011100111101101011111100011101110101111111000111010111001 | f0afb2e7b5f8eebf8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)