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 | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
| SJIS-WIN | 邪糘雫CA | 10001110110101111110001011110010111100101111100010001110101101000100001101000001 | 8ed7e2f2f2f88eb44341 |
| EUC-JP | 邪糘?雫CA | 101111001101100111100100111101000011111110111100101101100100001101000001 | bcd9e4f43fbcb64341 |
| UTF-8 | 邪糘雫CA | 1110100110000010101010101110011110110011100110001110111010001000101011111110100110011011101010110100001101000001 | e982aae7b398ee88afe99bab4341 |
| UHC | 邪???CA | 11011110111101110011111100111111001111110100001101000001 | def73f3f3f4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)