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 | 裝脛??只? | 111001011110010011100011111110000011111100111111100100011111110000111111 | e5e4e3f83f3f91fc3f |
| EUC-JP | 裝脛??只? | 111010101110011011100110111110100011111100111111110000101111111000111111 | eae6e6fa3f3fc2fe3f |
| UTF-8 | 裝脛렧렭只렑 | 111010001010001110011101111010001000010010011011111010111010000010100111111010111010000010101101111001011000111110101010111010111010000010010001 | e8a39de8849beba0a7eba0ade58faaeba091 |
| UHC | 裝脛렧렭只렑 | 111011011111101111001100111010111000111010110110100011101011101011110001111111101000111010100110 | edfbcceb8eb68ebaf1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)