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 | 消ヘ炫 | 10001111110000011111010010100110110011011111101101010010 | 8fc1f4a6cdfb52 |
| EUC-JP | 消?ヘ炫 | 1011111011000011001111111000111011001101100011111100100111010011 | bec33f8ecd8fc9d3 |
| UTF-8 | 消ヘ炫 | 111001101011011010001000111011101000110110010101111011111011111010001101111001111000001010101011 | e6b688ee8d95efbe8de782ab |
| UHC | 消??炫 | 111000011011110000111111001111111111101011011011 | e1bc3f3ffadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)