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??F^ | 00111111001111110100011000111111001111110100011001011110 | 3f3f463f3f465e |
SJIS-WIN | ??F??F^ | 00111111001111110100011000111111001111110100011001011110 | 3f3f463f3f465e |
EUC-JP | ??F??F^ | 00111111001111110100011000111111001111110100011001011110 | 3f3f463f3f465e |
UTF-8 | 횄짚F횄짚F^ | 111011011001101010000100111011001010011110011010010001101110110110011010100001001110110010100111100110100100011001011110 | ed9a84eca79a46ed9a84eca79a465e |
UHC | 횄짚F횄짚F^ | 1100001110000011110000101010010001000110110000111000001111000010101001000100011001011110 | c383c2a446c383c2a4465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)