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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 嘆坦G | 1001001001010001100100100101001001000111 | 9251925247 |
EUC-JP | 嘆坦G | 1100001110110010110000111011001101000111 | c3b2c3b347 |
UTF-8 | 嘆坦G | 11100101100110001000011011100101100111011010011001000111 | e59886e59da647 |
UHC | 嘆坦G | 1111011110100011111101111010010001000111 | f7a3f7a447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)