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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 障?除?∧ | 1000111111100001001111111000111110011100001111111000000111001000 | 8fe13f8f9c3f81c8 |
| EUC-JP | 障?除?∧ | 1011111011100011001111111011110111111100001111111010001011001010 | bee33fbdfc3fa2ca |
| UTF-8 | 障렚除곕∧ | 111010011001101010011100111010111010000010011010111010011001100110100100111010101011001110010101111000101000100010100111 | e99a9ceba09ae999a4eab395e288a7 |
| UHC | 障렚除곕∧ | 11101110101000011000111010101101111100001011011010110000111010111010000111111100 | eea18eadf0b6b0eba1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)