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 | 綬? | 100011101111100000111111 | 8ef83f |
EUC-JP | 綬? | 101111001111101000111111 | bcfa3f |
UTF-8 | 綬딁 | 111001111011011010101100111010111001010010000001 | e7b6aceb9481 |
UHC | 綬딁 | 11100010101110001000101011100111 | e2b88ae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)