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 | ?ル???? | 00111111100000111000101100111111001111110011111100111111 | 3f838b3f3f3f3f |
| EUC-JP | 邕ル???? | 100011111110000111101101101001011110101100111111001111110011111100111111 | 8fe1eda5eb3f3f3f3f |
| UTF-8 | 邕ル죺琉듣뒞 | 111010011000001010010101111000111000001110101011111011001010001110111010111011111010011110001100111010111001001110100011111010111001001010011110 | e98295e383abeca3baefa78ceb93a3eb929e |
| UHC | 邕ル죺琉듣뒞 | 111010001011101110101011111010111010000110010100111010111010010010110101111010001000101010011010 | e8bbabeba194eba4b5e88a9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)