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 | 鬮ョ閧エ蝙 | 1110100110101011101011101110100010000010101101001110010110011110 | e9abaee882b4e59e |
EUC-JP | 鬮ョ閧エ蝙 | 11110010101011011000111010101110111011111110001010001110101101001110100111111110 | f2ad8eaeefe28eb4e9fe |
UTF-8 | 鬮ョ閧エ蝙 | 111010011010110010101110111011111011110110101110111010011001011010100111111011111011110110110100111010001001110110011001 | e9acaeefbdaee996a7efbdb4e89d99 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)