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 | 閹雁・画叙 | 111010001000011010001010111001011010010110001001111001101000111110010110 | e8868ae5a589e68f96 |
EUC-JP | 閹雁・画叙 | 11101111111001101011010011100111100011101010010110110010111010001011110111110110 | efe6b4e78ea5b2e8bdf6 |
UTF-8 | 閹雁・画叙 | 111010011001011010111001111010011001101110000001111011111011110110100101111001111001010010111011111001011000111110011001 | e996b9e99b81efbda5e794bbe58f99 |
UHC | ?雁??? | 001111111110010011010010001111110011111100111111 | 3fe4d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)