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 | 蠅????? | 11100101101000100011111100111111001111110011111100111111 | e5a23f3f3f3f3f |
| EUC-JP | 蠅????? | 11101010101001000011111100111111001111110011111100111111 | eaa43f3f3f3f3f |
| UTF-8 | 蠅뗨둤亮걞돟 | 111010001010000010000101111010111001011110101000111010111001000110100100111011111010010110110111111010101011000110011110111010111000111110011111 | e8a085eb97a8eb91a4efa5b7eab19eeb8f9f |
| UHC | 蠅뗨둤亮걞돟 | 111000111011001010001011111010001000101001011001111001011011100110000001100001111000100110100101 | e3b28be88a59e5b9818789a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)