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 | 源?醍??? | 1000110010111001001111111001000111100111001111110011111100111111 | 8cb93f91e73f3f3f |
| EUC-JP | 源?醍??? | 1011100010111011001111111100001011101001001111110011111100111111 | b8bb3fc2e93f3f3f |
| UTF-8 | 源렰醍닿렋槪 | 111001101011101010010000111010111010000010110000111010011000011010001101111010111000101110111111111010111010000010001011111001101010011110101010 | e6ba90eba0b0e9868deb8bbfeba08be6a7aa |
| UHC | 源렰醍닿렋槪 | 111010101011100110001110101111011111000010110101101101001110101010001110101000101100101111001000 | eab98ebdf0b5b4ea8ea2cbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)