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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 闢呵圧B | 11101000100100111001100111101000100010001011001101000010 | e89399e888b342 |
EUC-JP | 闢呵圧B | 11101111111100111101001011101010101100001011010101000010 | eff3d2eab0b542 |
UTF-8 | 闢呵圧B | 11101001100101111010001011100101100100011011010111100101100111001010011101000010 | e997a2e591b5e59ca742 |
UHC | 闢呵?B | 110111001010001111001010101001110011111101000010 | dca3caa73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)