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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 諧?ざ? | 111001100111111000111111100000101011010000111111 | e67e3f82b43f |
| EUC-JP | 諧?ざ? | 111010111101111100111111101001001011011000111111 | ebdf3fa4b63f |
| UTF-8 | 諧었ざ렫 | 111010001010101110100111111011001001011110001000111000111000000110010110111010111010000010101011 | e8aba7ec9788e38196eba0ab |
| UHC | 諧었ざ렫 | 1111101010110010101111101111101010101010101101101000111010111001 | fab2befaaab68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)