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 | 101101001111110001010000 | b4fc50 |
SJIS-WIN | ´?P | 10000001010011000011111101010000 | 814c3f50 |
EUC-JP | ´üP | 101000011010110110001111101010111110010001010000 | a1ad8fabe450 |
UTF-8 | ´üP | 1100001010110100110000111011110001010000 | c2b4c3bc50 |
UHC | ´?P | 10100010101001010011111101010000 | a2a53f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)