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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 甕??堰? | 11100001010100000011111100111111100010011000000100111111 | e1503f3f89813f |
| EUC-JP | 甕??堰? | 11100001101100010011111100111111101100011110000100111111 | e1b13f3fb1e13f |
| UTF-8 | 甕덆죺堰뷓 | 111001111001010010010101111010111000110110000110111011001010001110111010111001011010000010110000111010111011011110010011 | e79495eb8d86eca3bae5a0b0ebb793 |
| UHC | 甕덆죺堰뷓 | 11101000101110001000100011101001101000011001010011100101111010001001010101000010 | e8b888e9a194e5e89542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)