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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 匙熄A匙 | 10001101111110101110000010001111010000011000110111111010 | 8dfae08f418dfa |
EUC-JP | 匙熄A匙 | 10111010111111001101111111101111010000011011101011111100 | bafcdfef41bafc |
UTF-8 | 匙熄A匙 | 11100101100011001001100111100111100001101000010001000001111001011000110010011001 | e58c99e7868441e58c99 |
UHC | 匙熄A匙 | 11100011101101011110001111011000010000011110001110110101 | e3b5e3d841e3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)