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 | 邏懷供貊キ | 111001111011010010011100111001011000101110011111111001101011101110110111 | e7b49ce58b9fe6bbb7 |
EUC-JP | 邏懷供貊キ | 11101110101101101101100011100111101101101010000111101100101111011000111010110111 | eeb6d8e7b6a1ecbd8eb7 |
UTF-8 | 邏懷供貊キ | 111010011000001010001111111001101000011110110111111001001011111010011011111010001011001010001010111011111011110110110111 | e9828fe687b7e4be9be8b28aefbdb7 |
UHC | 邏懷供貊? | 110101011010010011111100111000111100110111101010110110001110011100111111 | d5a4fce3cdead8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)