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 | 鄭?除??? | 1001001101000001001111111000111110011100001111110011111100111111 | 93413f8f9c3f3f3f |
EUC-JP | 鄭?除??? | 1100010110100010001111111011110111111100001111110011111100111111 | c5a23fbdfc3f3f3f |
UTF-8 | 鄭렕除띳렰렖 | 111010011000010010101101111010111010000010010101111010011001100110100100111010111001110110110011111010111010000010110000111010111010000010010110 | e984adeba095e999a4eb9db3eba0b0eba096 |
UHC | 鄭렕除띳렰렖 | 111011111111011110001110101010101111000010110110101101101111000110001110101111011000111010101011 | eff78eaaf0b6b6f18ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)