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 | ??Q | 001111110011111101010001 | 3f3f51 |
SJIS-WIN | 嘆達Q | 1001001001010001100100100100001001010001 | 9251924251 |
EUC-JP | 嘆達Q | 1100001110110010110000111010001101010001 | c3b2c3a351 |
UTF-8 | 嘆達Q | 11100101100110001000011011101001100000011001010001010001 | e59886e9819451 |
UHC | 嘆達Q | 1111011110100011110100111011100101010001 | f7a3d3b951 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)