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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 繹曜世u^ | 1110001110001000100101110110101010010000101000100111010101011110 | e388976a90a2755e |
| EUC-JP | 繹曜世u^ | 1110010111101000110011011100101111000000101001000111010101011110 | e5e8cdcbc0a4755e |
| UTF-8 | 繹曜世u^ | 1110011110111001101110011110011010011011100111001110010010111000100101100111010101011110 | e7b9b9e69b9ce4b896755e |
| UHC | 繹曜世u^ | 1110011010111010111010001111100011100001101001100111010101011110 | e6bae8f8e1a6755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)