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 | 髮主ョ域ア | 1110100110011011100011101110010110101110100010001110011010110001 | e99b8ee5ae88e6b1 |
EUC-JP | 髮主ョ域ア | 11110001111110111011110011100111100011101010111010110000111010001000111010110001 | f1fbbce78eaeb0e88eb1 |
UTF-8 | 髮主ョ域ア | 111010011010101110101110111001001011100010111011111011111011110110101110111001011001111110011111111011111011110110110001 | e9abaee4b8bbefbdaee59f9fefbdb1 |
UHC | 髮主?域? | 1101101110100101111100011010101100111111111001101011010000111111 | dba5f1ab3fe6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)