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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠖ァ邊殼 | 11100101101111011010011111100111101100101001111101110110 | e5bda7e7b29f76 |
EUC-JP | 蠖ァ邊殼 | 1110101010111111100011101010011111101110101101001101110111010111 | eabf8ea7eeb4ddd7 |
UTF-8 | 蠖ァ邊殼 | 111010001010000010010110111011111011110110100111111010011000001010001010111001101010111010111100 | e8a096efbda7e9828ae6aebc |
UHC | ??邊殼 | 001111110011111111011100101010111100101011000011 | 3f3fdcabcac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)