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 | 鬮ョ蟠疲ョ | 1110100110101011101011101110010110110100100101001110011010101110 | e9abaee5b494e6ae |
EUC-JP | 鬮ョ蟠疲ョ | 11110010101011011000111010101110111010101011011011001000111010001000111010101110 | f2ad8eaeeab6c8e88eae |
UTF-8 | 鬮ョ蟠疲ョ | 111010011010110010101110111011111011110110101110111010001001111110100000111001111001011010110010111011111011110110101110 | e9acaeefbdaee89fa0e796b2efbdae |
UHC | ??蟠疲? | 00111111001111111101101011110110111110011010101000111111 | 3f3fdaf6f9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)