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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 逶門槙E | 11100111100110111001011011100101100101101000101001000101 | e79b96e5968a45 |
EUC-JP | 逶門槙E | 11101101111110111100110011100111110010111110101001000101 | edfbcce7cbea45 |
UTF-8 | 逶門槙E | 11101001100000001011011011101001100101101000000011100110101001111001100101000101 | e980b6e99680e6a79945 |
UHC | ?門?E | 0011111111011010101001100011111101000101 | 3fdaa63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)