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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝣雅、雁ョ | 1110010110100000100010011110101110100100100010101110010110101110 | e5a089eba48ae5ae |
EUC-JP | 蝣雅、雁ョ | 11101010101000101011001011101101100011101010010010110100111001111000111010101110 | eaa2b2ed8ea4b4e78eae |
UTF-8 | 蝣雅、雁ョ | 111010001001110110100011111010011001101110000101111011111011110110100100111010011001101110000001111011111011110110101110 | e89da3e99b85efbda4e99b81efbdae |
UHC | ?雅?雁? | 00111111111001001011101000111111111001001101001000111111 | 3fe4ba3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)