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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 彧彧\ | 1111101010111001111110101011100101011100 | fab9fab95c |
EUC-JP | 彧彧\ | 10001111101111001111111010001111101111001111111001011100 | 8fbcfe8fbcfe5c |
UTF-8 | 彧彧\ | 11100101101111011010011111100101101111011010011101011100 | e5bda7e5bda75c |
UHC | 彧彧\ | 1110100111101110111010011110111001011100 | e9eee9ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)