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 | 湿煮湿爵韈疾 | 100011101011110010001110110011111000111010111100100011101101110111101000111001111000111010111110 | 8ebc8ecf8ebc8edde8e78ebe |
| EUC-JP | 湿煮湿爵韈疾 | 101111001011111010111100110100011011110010111110101111001101111111110000111010011011110011000000 | bcbebcd1bcbebcdff0e9bcc0 |
| UTF-8 | 湿煮湿爵韈疾 | 111001101011100110111111111001111000010110101110111001101011100110111111111001111000100010110101111010011001111110001000111001111001011010111110 | e6b9bfe785aee6b9bfe788b5e99f88e796be |
| UHC | ?煮?爵?疾 | 001111111110110110110100001111111110110111001001001111111111001011110000 | 3fedb43fedc93ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)