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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ???靷??? | 001111110011111100111111100011111110011110111101001111110011111100111111 | 3f3f3f8fe7bd3f3f3f |
| UTF-8 | 嶺뚮뿫靷뽪칲類 | 111011111010011010101011111010111001101010101110111010111011111110101011111010011001110110110111111010111011110110101010111011001011100110110010111011111010011110010000 | efa6abeb9aaeebbfabe99db7ebbdaaecb9b2efa790 |
| UHC | 嶺뚮뿫靷뽪칲類 | 1110011110101101100011001110101110010111101010111110110011100110100101101110011010101111100001011110101110111010 | e7ad8ceb97abece696e6af85ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)