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 | 00111111001111110110000001000010 | 3f3f6042 |
SJIS-WIN | 爭?`B | 1110000010100101001111110110000001000010 | e0a53f6042 |
EUC-JP | 爭?`B | 1110000010100111001111110110000001000010 | e0a73f6042 |
UTF-8 | 爭렏`B | 1110011110001000101011011110101110100000100011110110000001000010 | e788adeba08f6042 |
UHC | 爭렏`B | 111011101011001110001110101001010110000001000010 | eeb38ea56042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)