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 | ?Cx | 001111110100001101111000 | 3f4378 |
SJIS-WIN | 端Cx | 10010010010110110100001101111000 | 925b4378 |
EUC-JP | 端Cx | 11000011101111000100001101111000 | c3bc4378 |
UTF-8 | 端Cx | 1110011110101011101011110100001101111000 | e7abaf4378 |
UHC | 端Cx | 11010011101011100100001101111000 | d3ae4378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)