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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 蓙э充 | 111001001110011010000100100011111000111101011011 | e4e6848f8f5b |
| EUC-JP | 蓙э充 | 111010001110100010100111111011111011110110111100 | e8e8a7efbdbc |
| UTF-8 | 蓙э充 | 1110100010010011100110011101000110001101111001011000010110000101 | e89399d18de58585 |
| UHC | ?э充 | 0011111110101100111011111111010111110110 | 3faceff5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)