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 | 菴????? | 11100100101111010011111100111111001111110011111100111111 | e4bd3f3f3f3f3f |
| EUC-JP | 菴????? | 11101000101111110011111100111111001111110011111100111111 | e8bf3f3f3f3f3f |
| UTF-8 | 菴뀁떐鱗울쬂 | 111010001000111110110100111010111000000010000001111010111001011010010000111011111010011110110010111011001001101010111000111011001010110010000010 | e88fb4eb8081eb9690efa7b2ec9ab8ecac82 |
| UHC | 菴뀁떐鱗울쬂 | 111001001110000010110010111011001000101110100110111011001110011110111111111011111010011010011001 | e4e0b2ec8ba6ece7bfefa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)