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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 財暝 | 10001101111000001001110111110111 | 8de09df7 |
EUC-JP | 財暝 | 10111010111000101101101011111001 | bae2daf9 |
UTF-8 | 財暝 | 111010001011001010100001111001101001101010011101 | e8b2a1e69a9d |
UHC | 財暝 | 11101110101011111101100110100110 | eeafd9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)