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 | 101100000011111101010000 | b03f50 |
SJIS-WIN | °ΝP | 1000000110001011100000111010101101010000 | 818b83ab50 |
EUC-JP | °ΝP | 1010000111101011101001101010110101010000 | a1eba6ad50 |
UTF-8 | °ΝP | 1100001010110000110011101001110101010000 | c2b0ce9d50 |
UHC | °ΝP | 1010000111000110101001011100110101010000 | a1c6a5cd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)