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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 嘆坦B | 1001001001010001100100100101001001000010 | 9251925242 |
EUC-JP | 嘆坦B | 1100001110110010110000111011001101000010 | c3b2c3b342 |
UTF-8 | 嘆坦B | 11100101100110001000011011100101100111011010011001000010 | e59886e59da642 |
UHC | 嘆坦B | 1111011110100011111101111010010001000010 | f7a3f7a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)