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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 蝎蜉蝎蜉B | 111001011001100111100101100010101110010110011001111001011000101001000010 | e599e58ae599e58a42 |
| EUC-JP | 蝎蜉蝎蜉B | 111010011111100111101001111010101110100111111001111010011110101001000010 | e9f9e9eae9f9e9ea42 |
| UTF-8 | 蝎蜉蝎蜉B | 11101000100111011000111011101000100111001000100111101000100111011000111011101000100111001000100101000010 | e89d8ee89c89e89d8ee89c8942 |
| UHC | 蝎?蝎?B | 11001010111010010011111111001010111010010011111101000010 | cae93fcae93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)