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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | 嘆達D | 1001001001010001100100100100001001000100 | 9251924244 |
EUC-JP | 嘆達D | 1100001110110010110000111010001101000100 | c3b2c3a344 |
UTF-8 | 嘆達D | 11100101100110001000011011101001100000011001010001000100 | e59886e9819444 |
UHC | 嘆達D | 1111011110100011110100111011100101000100 | f7a3d3b944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)