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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 乗乗^ | 100011111110011011111001101000101000111111100110111110011010001001011110 | 8fe6f9a28fe6f9a25e |
EUC-JP | 乗?乗?^ | 10111110111010000011111110111110111010000011111101011110 | bee83fbee83f5e |
UTF-8 | 乗乗^ | 11100100101110011001011111101110100110111011110111100100101110011001011111101110100110111011110101011110 | e4b997ee9bbde4b997ee9bbd5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)