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 | 髮主ョ域渊 | 111010011001101110001110111001011010111010001000111001101001111110111011 | e99b8ee5ae88e69fbb |
EUC-JP | 髮主ョ域渊 | 11110001111110111011110011100111100011101010111010110000111010001101111010111101 | f1fbbce78eaeb0e8debd |
UTF-8 | 髮主ョ域渊 | 111010011010101110101110111001001011100010111011111011111011110110101110111001011001111110011111111001101011100010001010 | e9abaee4b8bbefbdaee59f9fe6b88a |
UHC | 髮主?域? | 1101101110100101111100011010101100111111111001101011010000111111 | dba5f1ab3fe6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)