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 | ??F????^ | 0011111100111111010001100011111100111111001111110011111101011110 | 3f3f463f3f3f3f5e |
SJIS-WIN | ??F????^ | 0011111100111111010001100011111100111111001111110011111101011110 | 3f3f463f3f3f3f5e |
EUC-JP | ??F????^ | 0011111100111111010001100011111100111111001111110011111101011110 | 3f3f463f3f3f3f5e |
UTF-8 | 횄쨩F횄짙횂혞^ | 1110110110011010100001001110110010101000101010010100011011101101100110101000010011101100101001111001100111101101100110101000001011101101100110001001111001011110 | ed9a84eca8a946ed9a84eca799ed9a82ed989e5e |
UHC | 횄쨩F횄짙횂혞^ | 1100001110000011110000101011101101000110110000111000001111000010101000111100001110000010110000101000100001011110 | c383c2bb46c383c2a3c382c2885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)