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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 歪??歪?? | 1001100001100011001111110011111110011000011000110011111100111111 | 98633f3f98633f3f |
| EUC-JP | 歪??歪?? | 1100111111000100001111110011111111001111110001000011111100111111 | cfc43f3fcfc43f3f |
| UTF-8 | 歪득찄歪듭댆 | 111001101010110110101010111010111001001110011101111011001011000010000100111001101010110110101010111010111001001110101101111010111000110010000110 | e6adaaeb939decb084e6adaaeb93adeb8c86 |
| UHC | 歪득찄歪듭댆 | 111010001110000010110101111001101010100110001000111010001110000010110101111011001000100010110000 | e8e0b5e6a988e8e0b5ec88b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)