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 | 荵呷棆逑 | 1110010010111001100110011110110010011110101100001110011110010011 | e4b999ec9eb0e793 |
| EUC-JP | 荵呷棆逑 | 1110100010111011110100101110111011011100101100101110110111110011 | e8bbd2eedcb2edf3 |
| UTF-8 | 荵呷棆逑 | 111010001000110110110101111001011001000110110111111001101010001110000110111010011000000010010001 | e88db5e591b7e6a386e98091 |
| UHC | ???逑 | 0011111100111111001111111100111111000111 | 3f3f3fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)