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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 衒簧謝自 | 1110010111001000111000101100111010001110110100111000111010101001 | e5c8e2ce8ed38ea9 |
| EUC-JP | 衒簧謝自 | 1110101011001010111001001101000010111100110101011011110010101011 | eacae4d0bcd5bcab |
| UTF-8 | 衒簧謝自 | 111010001010000110010010111001111011000010100111111010001010110010011101111010001000011110101010 | e8a192e7b0a7e8ac9de887aa |
| UHC | 衒簧謝自 | 1111101011100101111111001101011111011110111100111110110110111011 | fae5fcd7def3edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)