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 | 鵝??雍? | 11101010010000000011111100111111111010001011010000111111 | ea403f3fe8b43f |
EUC-JP | 鵝??雍? | 11110011101000010011111100111111111100001011011000111111 | f3a13f3ff0b63f |
UTF-8 | 鵝롮뼱雍㏛ | 111010011011010110011101111010111010000110101110111010111011110010110001111010011001101110001101111000111000111110011011 | e9b59deba1aeebbcb1e99b8de38f9b |
UHC | 鵝롮뼱雍㏛ | 11100100101111011000111011101100100101101011010011101000101111001010011111100100 | e4bd8eec96b4e8bca7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)