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 | ³Þx | 101100111101111001111000 | b3de78 |
SJIS-WIN | ??x | 001111110011111101111000 | 3f3f78 |
EUC-JP | ?Þx | 0011111110001111101010011011000001111000 | 3f8fa9b078 |
UTF-8 | ³Þx | 1100001010110011110000111001111001111000 | c2b3c39e78 |
UHC | ³Þx | 1010100111111000101010001010110101111000 | a9f8a8ad78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)