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^ | 11000011101001000100011011000011101001000100011001011110 | c3a446c3a4465e |
EUC-JP | テ、Fテ、F^ | 1000111011000011100011101010010001000110100011101100001110001110101001000100011001011110 | 8ec38ea4468ec38ea4465e |
UTF-8 | テ、Fテ、F^ | 111011111011111010000011111011111011110110100100010001101110111110111110100000111110111110111101101001000100011001011110 | efbe83efbda446efbe83efbda4465e |
UHC | ??F??F^ | 00111111001111110100011000111111001111110100011001011110 | 3f3f463f3f465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)