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 | ???橙 | 0011111100111111001111111001111011110010 | 3f3f3f9ef2 |
| EUC-JP | ???橙 | 0011111100111111001111111101110011110100 | 3f3f3fdcf4 |
| UTF-8 | 롗렲뤶橙 | 111010111010000110010111111010111010000010110010111010111010010010110110111001101010100110011001 | eba197eba0b2eba4b6e6a999 |
| UHC | 롗렲뤶橙 | 1000111011011011100011101011111110001111111001001101010011110010 | 8edb8ebf8fe4d4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)