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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萬盡罧 | 111001001101110111100001101101101110001110101100 | e4dde1b6e3ac |
EUC-JP | 萬盡罧 | 111010001101111111100010101110001110011010101110 | e8dfe2b8e6ae |
UTF-8 | 萬盡罧 | 111010001001000010101100111001111001101110100001111001111011110110100111 | e890ace79ba1e7bda7 |
UHC | 萬盡? | 1101100010111111111100101101011100111111 | d8bff2d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)