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 | 11100010011100100011111100111111111000001101001101000010 | e2723f3fe0d342 |
EUC-JP | 穩??獗B | 11100011110100110011111100111111111000001101010101000010 | e3d33f3fe0d542 |
UTF-8 | 穩덀굦獗B | 11100111101010011010100111101011100011011000000011101010101101011010011011100111100011011001011101000010 | e7a9a9eb8d80eab5a6e78d9742 |
UHC | 穩덀굦獗B | 111010001011000110001000111000111000001010001100110011111111000101000010 | e8b188e3828ccff142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)