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 | 章ェ柴 | 10001111110011011010101010001110110001001111001011000011 | 8fcdaa8ec4f2c3 |
EUC-JP | 章ェ柴? | 10111110110011111000111010101010101111001100011000111111 | becf8eaabcc63f |
UTF-8 | 章ェ柴 | 111001111010101110100000111011111011110110101010111001101001111110110100111011101000011110111010 | e7aba0efbdaae69fb4ee87ba |
UHC | 章?柴? | 111011011111000100111111111000111100001100111111 | edf13fe3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)