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 | 鬮ョ蟠疲直 | 111010011010101110101110111001011011010010010100111001101001001010111100 | e9abaee5b494e692bc |
EUC-JP | 鬮ョ蟠疲直 | 11110010101011011000111010101110111010101011011011001000111010001100010010111110 | f2ad8eaeeab6c8e8c4be |
UTF-8 | 鬮ョ蟠疲直 | 111010011010110010101110111011111011110110101110111010001001111110100000111001111001011010110010111001111001101110110100 | e9acaeefbdaee89fa0e796b2e79bb4 |
UHC | ??蟠疲直 | 0011111100111111110110101111011011111001101010101111001011000001 | 3f3fdaf6f9aaf2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)