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 | 鄭??班?? | 1001001101000001001111110011111110010100110001110011111100111111 | 93413f3f94c73f3f |
EUC-JP | 鄭??班?? | 1100010110100010001111110011111111001000110010010011111100111111 | c5a23f3fc8c93f3f |
UTF-8 | 鄭얩렭班렫렩 | 111010011000010010101101111011001001011010101001111010111010000010101101111001111000111110101101111010111010000010101011111010111010000010101001 | e984adec96a9eba0ade78fadeba0abeba0a9 |
UHC | 鄭얩렭班렫렩 | 111011111111011110111110111011011000111010111010110110101110110010001110101110011000111010110111 | eff7beed8ebadaec8eb98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)