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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 彧慂?B | 111110101011100110011100110010000011111101000010 | fab99cc83f42 |
EUC-JP | 彧慂?B | 10001111101111001111111011011000110010100011111101000010 | 8fbcfed8ca3f42 |
UTF-8 | 彧慂잂B | 11100101101111011010011111100110100001011000001011101100100111101000001001000010 | e5bda7e68582ec9e8242 |
UHC | 彧慂잂B | 11101001111011101110100110111101100111111110001001000010 | e9eee9bd9fe242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)