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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 仰????? | 10001011110000100011111100111111001111110011111100111111 | 8bc23f3f3f3f3f |
| EUC-JP | 仰????? | 10110110110001000011111100111111001111110011111100111111 | b6c43f3f3f3f3f |
| UTF-8 | 仰띄탢溜싲젚 | 111001001011101110110000111010111001110110000100111011011000001110100010111011111010011110001011111011001000101110110010111011001010000010011010 | e4bbb0eb9d84ed83a2efa78bec8bb2eca09a |
| UHC | 仰띄탢溜싲젚 | 111001001110011010110110111001111011010110000101111010101111111010011010111010111010000010010110 | e4e6b6e7b585eafe9aeba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)