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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 損? | 100100011011100100111111 | 91b93f |
EUC-JP | 損潚 | 1100001010111011100011111100100011011010 | c2bb8fc8da |
UTF-8 | 損潚 | 111001101001000010001101111001101011110110011010 | e6908de6bd9a |
UHC | 損潚 | 11100001110111111110001011011000 | e1dfe2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)