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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 讒ァi讒ァiB | 111001101010011110100111011010011110011010100111101001110110100101000010 | e6a7a769e6a7a76942 |
EUC-JP | 讒ァi讒ァiB | 1110110010101001100011101010011101101001111011001010100110001110101001110110100101000010 | eca98ea769eca98ea76942 |
UTF-8 | 讒ァi讒ァiB | 111010001010111010010010111011111011110110100111011010011110100010101110100100101110111110111101101001110110100101000010 | e8ae92efbda769e8ae92efbda76942 |
UHC | 讒?i讒?iB | 111100111101100000111111011010011111001111011000001111110110100101000010 | f3d83f69f3d83f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)