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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鋺医g籬 | 1110011111111010100010001110001110000010100001111110001011011111 | e7fa88e38287e2df |
| EUC-JP | 鋺医g籬 | 1110111011111100101100001110010110100011111001111110010011100001 | eefcb0e5a3e7e4e1 |
| UTF-8 | 鋺医g籬 | 111010011000101110111010111001011000110010111011111011111011110110000111111001111011000110101100 | e98bbae58cbbefbd87e7b1ac |
| UHC | ??g籬 | 001111110011111110100011111001111101011111100110 | 3f3fa3e7d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)