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 | 100111111111001111100111010100111001111111110011111001110101001101000010 | 9ff3e7539ff3e75342 |
EUC-JP | 灌躊灌躊B | 110111101111010111101101101101001101111011110101111011011011010001000010 | def5edb4def5edb442 |
UTF-8 | 灌躊灌躊B | 11100111100000011000110011101000101110101000101011100111100000011000110011101000101110101000101001000010 | e7818ce8ba8ae7818ce8ba8a42 |
UHC | 灌躊灌躊B | 110011101011010011110001110011001100111010110100111100011100110001000010 | ceb4f1ccceb4f1cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)