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 | ??在?雄 | 00111111001111111000110111011101001111111001011101011001 | 3f3f8ddd3f9759 |
| EUC-JP | ??在?雄 | 00111111001111111011101011011111001111111100110110111010 | 3f3fbadf3fcdba |
| UTF-8 | 劉렣在렞雄 | 111011111010011110000111111010111010000010100011111001011001110010101000111010111010000010011110111010011001101110000100 | efa787eba0a3e59ca8eba09ee99b84 |
| UHC | 劉렣在렞雄 | 11101010111001011000111010110100111011101010010010001110101011111110101010101001 | eae58eb4eea48eafeaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)