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 | 消ヘ瀇 | 10001111110000011111010010100110110011011111101101001111 | 8fc1f4a6cdfb4f |
| EUC-JP | 消?ヘ瀇 | 1011111011000011001111111000111011001101100011111100100110101101 | bec33f8ecd8fc9ad |
| UTF-8 | 消ヘ瀇 | 111001101011011010001000111011101000110110010101111011111011111010001101111001111000000010000111 | e6b688ee8d95efbe8de78087 |
| UHC | 消??? | 1110000110111100001111110011111100111111 | e1bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)