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