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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轌恊霑 | 111001110111100110011100100100001110100010111111 | e7799c90e8bf |
EUC-JP | 轌恊霑 | 111011011101101011010111111100001111000011000001 | eddad7f0f0c1 |
UTF-8 | 轌恊霑 | 111010001011110110001100111001101000000110001010111010011001110010010001 | e8bd8ce6818ae99c91 |
UHC | ??霑 | 00111111001111111110111111000101 | 3f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)