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 | 要??與? | 10010111011101100011111100111111111001000110111100111111 | 97763f3fe46f3f |
| EUC-JP | 要??與? | 11001101110101110011111100111111111001111101000000111111 | cdd73f3fe7d03f |
| UTF-8 | 要⑶죱與뾉 | 111010001010011010000001111000101001000110110110111011001010001110110001111010001000100010000111111010111011111010001001 | e8a681e291b6eca3b1e88887ebbe89 |
| UHC | 要⑶죱與뾉 | 11101001101010011010100111101001101000011000110011100110101010001001011101000111 | e9a9a9e9a18ce6a89747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)