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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 沮?釘?B | 10011111100111000011111110010011010000100011111101000010 | 9f9c3f93423f42 |
EUC-JP | 沮?釘?B | 11011101111111000011111111000101101000110011111101000010 | ddfc3fc5a33f42 |
UTF-8 | 沮렔釘렫B | 11100110101100101010111011101011101000001001010011101001100001111001100011101011101000001010101101000010 | e6b2aeeba094e98798eba0ab42 |
UHC | 沮렔釘렫B | 111011101100000110001110101010011110111111111001100011101011100101000010 | eec18ea9eff98eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)