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 | 要??魚よ | 1001011101110110001111110011111110001011100110111000001011100110 | 97763f3f8b9b82e6 |
| EUC-JP | 要??魚よ | 1100110111010111001111110011111110110101111110111010010011101000 | cdd73f3fb5fba4e8 |
| UTF-8 | 要잋튊魚よ | 111010001010011010000001111011001001111010001011111011011000101010001010111010011010110110011010111000111000001010001000 | e8a681ec9e8bed8a8ae9ad9ae38288 |
| UHC | 要잋튊魚よ | 11101001101010011001111111100100101110011001111011100101111000001010101011101000 | e9a99fe4b99ee5e0aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)