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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 嘆達P | 1001001001010001100100100100001001010000 | 9251924250 |
EUC-JP | 嘆達P | 1100001110110010110000111010001101010000 | c3b2c3a350 |
UTF-8 | 嘆達P | 11100101100110001000011011101001100000011001010001010000 | e59886e9819450 |
UHC | 嘆達P | 1111011110100011110100111011100101010000 | f7a3d3b950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)