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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 爵斜疾酌A | 100011101101110110001110110011101000111010111110100011101101111001000001 | 8edd8ece8ebe8ede41 |
| EUC-JP | 爵斜疾酌A | 101111001101111110111100110100001011110011000000101111001110000001000001 | bcdfbcd0bcc0bce041 |
| UTF-8 | 爵斜疾酌A | 11100111100010001011010111100110100101101001110011100111100101101011111011101001100001011000110001000001 | e788b5e6969ce796bee9858c41 |
| UHC | 爵斜疾酌A | 111011011100100111011110110110001111001011110000111011011100110001000001 | edc9ded8f2f0edcc41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)