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 | ??お?? | 001111110011111110000010101010000011111100111111 | 3f3f82a83f3f |
| EUC-JP | ??お?? | 001111110011111110100100101010100011111100111111 | 3f3fa4aa3f3f |
| UTF-8 | 룶죴お룵첂 | 111010111010001110110110111011001010001110110100111000111000000110001010111010111010001110110101111011001011001010000010 | eba3b6eca3b4e3818aeba3b5ecb282 |
| UHC | 룶죴お룵첂 | 10001111101010111010000110001111101010101010101010001111101010101010101010001111 | 8faba18faaaa8faaaa8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)