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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 迹?帳?h | 11100111100100010011111110010010101000000011111101101000 | e7913f92a03f68 |
EUC-JP | 迹?帳?h | 11101101111100010011111111000100101000100011111101101000 | edf13fc4a23f68 |
UTF-8 | 迹렪帳덧h | 11101000101111111011100111101011101000001010101011100101101110001011001111101011100011011010011101101000 | e8bfb9eba0aae5b8b3eb8da768 |
UHC | 迹렪帳덧h | 111011101110100110001110101110001110110111100011101101011010000101101000 | eee98eb8ede3b5a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)