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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 腺?腺?^ | 10010001010000100011111110010001010000100011111101011110 | 91423f91423f5e |
EUC-JP | 腺?腺?^ | 11000001101000110011111111000001101000110011111101011110 | c1a33fc1a33f5e |
UTF-8 | 腺욭腺욫^ | 11101000100001011011101011101100100110101010110111101000100001011011101011101100100110101010101101011110 | e885baec9aade885baec9aab5e |
UHC | 腺욭腺욫^ | 111000001100110110011111010001011110000011001101100111110100001101011110 | e0cd9f45e0cd9f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)