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??v | 001111110011111101000110001111110011111101110110 | 3f3f463f3f76 |
SJIS-WIN | テ、Fティv | 110000111010010001000110110000111010100001110110 | c3a446c3a876 |
EUC-JP | テ、Fティv | 10001110110000111000111010100100010001101000111011000011100011101010100001110110 | 8ec38ea4468ec38ea876 |
UTF-8 | テ、Fティv | 1110111110111110100000111110111110111101101001000100011011101111101111101000001111101111101111011010100001110110 | efbe83efbda446efbe83efbda876 |
UHC | ??F??v | 001111110011111101000110001111110011111101110110 | 3f3f463f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)