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 | 巍?雨級? | 1001101111011001001111111000100101001010100010111000100100111111 | 9bd93f894a8b893f |
| EUC-JP | 巍?雨級? | 1101011011011011001111111011000110101011101101011110100100111111 | d6db3fb1abb5e93f |
| UTF-8 | 巍렡雨級롚 | 111001011011011110001101111010111010000010100001111010011001101110101000111001111011010010011010111010111010000110011010 | e5b78deba0a1e99ba8e7b49aeba19a |
| UHC | 巍렡雨級롚 | 11101000111001001000111010110010111010011110101111010000111001001000111011011110 | e8e48eb2e9ebd0e48ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)