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 | 軏情摺贒オ | 111110111011001010001111111011101001000010100000111110111010111110110101 | fbb28fee90a0fbafb5 |
| EUC-JP | 軏情摺贒オ | 100011111110000011011001101111101111000011000000101000101000111111011111110000111000111010110101 | 8fe0d9bef0c0a28fdfc38eb5 |
| UTF-8 | 軏情摺贒オ | 111010001011101110001111111001101000001110000101111001101001000110111010111010001011010010010010111011111011110110110101 | e8bb8fe68385e691bae8b492efbdb5 |
| UHC | ?情摺?? | 00111111111011111101011111101111110010010011111100111111 | 3fefd7efc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)