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 | 魑エ魏ョ | 111010011011001110110100111010011011000010101110 | e9b3b4e9b0ae |
EUC-JP | 魑エ魏ョ | 1111001010110101100011101011010011110010101100101000111010101110 | f2b58eb4f2b28eae |
UTF-8 | 魑エ魏ョ | 111010011010110110010001111011111011110110110100111010011010110110001111111011111011110110101110 | e9ad91efbdb4e9ad8fefbdae |
UHC | ??魏? | 0011111100111111111010101110000000111111 | 3f3feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)