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 | 珎玻 | 11100000110111011111000010110011111100001011001111110000111000111110000011011110 | e0ddf0b3f0b3f0e3e0de |
EUC-JP | 珎???玻 | 11100000110111110011111100111111001111111110000011100000 | e0df3f3f3fe0e0 |
UTF-8 | 珎玻 | 111001111000111110001110111011101000000110110010111011101000000110110010111011101000001010100010111001111000111010111011 | e78f8eee81b2ee81b2ee82a2e78ebb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)