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 | 暎륛 | 111001101001101010001110111010111010010110011011 | e69a8eeba59b |
UHC | 暎륛 | 11100111101100101001000001000010 | e7b29042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)