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 | 鄭???媛皎 | 100100110100000100111111001111110011111110010101010100011110000110100111 | 93413f3f3f9551e1a7 |
EUC-JP | 鄭???媛皎 | 110001011010001000111111001111110011111111001001101100101110001010101001 | c5a23f3f3fc9b2e2a9 |
UTF-8 | 鄭꿰렪렪媛皎 | 111010011000010010101101111010101011111110110000111010111010000010101010111010111010000010101010111001011010101010011011111001111001101010001110 | e984adeabfb0eba0aaeba0aae5aa9be79a8e |
UHC | 鄭꿰렪렪媛皎 | 111011111111011110110010111001111000111010111000100011101011100011101010101100001100111011101011 | eff7b2e78eb88eb8eab0ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)