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 | 暎? | 100111011111001100111111 | 9df33f |
EUC-JP | 暎? | 110110101111010100111111 | daf53f |
UTF-8 | 暎툫 | 111001101001101010001110111011011000100010101011 | e69a8eed88ab |
UHC | 暎툫 | 11100111101100101011100101000010 | e7b2b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)