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