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 | 暎솕 | 111001101001101010001110111011001000011010010101 | e69a8eec8695 |
UHC | 暎솕 | 11100111101100101001100110010100 | e7b29994 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)