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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?遡?晳?遡 | 001111111001000101101011001111111111101011011001001111111001000101101011 | 3f916b3ffad93f916b |
| EUC-JP | ?遡?晳?遡 | 00111111110000011100110000111111100011111100001011000100001111111100000111001100 | 3fc1cc3f8fc2c43fc1cc |
| UTF-8 | 黎遡歷晳黎遡 | 111011111010011010001001111010011000000110100001111011111010011010001100111001101001100110110011111011111010011010001001111010011000000110100001 | efa689e981a1efa68ce699b3efa689e981a1 |
| UHC | 黎遡歷晳黎遡 | 111001101011000111100001110011111110011010111000111000001010111111100110101100011110000111001111 | e6b1e1cfe6b8e0afe6b1e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)