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 | 髮主ョ域ぉ | 111010011001101110001110111001011010111010001000111001101000001010100111 | e99b8ee5ae88e682a7 |
EUC-JP | 髮主ョ域ぉ | 11110001111110111011110011100111100011101010111010110000111010001010010010101001 | f1fbbce78eaeb0e8a4a9 |
UTF-8 | 髮主ョ域ぉ | 111010011010101110101110111001001011100010111011111011111011110110101110111001011001111110011111111000111000000110001001 | e9abaee4b8bbefbdaee59f9fe38189 |
UHC | 髮主?域ぉ | 110110111010010111110001101010110011111111100110101101001010101010101001 | dba5f1ab3fe6b4aaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)