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 | 鞨ゎーョ遞 | 1110100011100000100000101110110010110000101011101110011110101000 | e8e082ecb0aee7a8 |
EUC-JP | 鞨ゎーョ遞 | 11110000111000101010010011101110100011101011000010001110101011101110111010101010 | f0e2a4ee8eb08eaeeeaa |
UTF-8 | 鞨ゎーョ遞 | 111010011001111010101000111000111000001010001110111011111011110110110000111011111011110110101110111010011000000110011110 | e99ea8e3828eefbdb0efbdaee9819e |
UHC | 鞨ゎ??遞 | 1100101011101010101010101110111000111111001111111111010011110110 | caeaaaee3f3ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)