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 | 鴉?┏ | 1110100111101011001111111000010010101100 | e9eb3f84ac |
| EUC-JP | 鴉?┏ | 1111001011101101001111111010100010101110 | f2ed3fa8ae |
| UTF-8 | 鴉띿┏ | 111010011011010010001001111010111001110110111111111000101001010010001111 | e9b489eb9dbfe2948f |
| UHC | 鴉띿┏ | 111001001011110010001101111011001010011010101110 | e4bc8deca6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)