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 | ?ル??? | 001111111000001110001011001111110011111100111111 | 3f838b3f3f3f |
| EUC-JP | 邕ル??? | 1000111111100001111011011010010111101011001111110011111100111111 | 8fe1eda5eb3f3f3f |
| UTF-8 | 邕ル죺琉듣 | 111010011000001010010101111000111000001110101011111011001010001110111010111011111010011110001100111010111001001110100011 | e98295e383abeca3baefa78ceb93a3 |
| UHC | 邕ル죺琉듣 | 11101000101110111010101111101011101000011001010011101011101001001011010111101000 | e8bbabeba194eba4b5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)