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 | 髮懷鋳竏ェ | 111010011001101110011100111001011001001010010010111000101000100010101010 | e99b9ce59292e288aa |
EUC-JP | 髮懷鋳竏ェ | 11110001111110111101100011100111110000111111001011100011111010001000111010101010 | f1fbd8e7c3f2e3e88eaa |
UTF-8 | 髮懷鋳竏ェ | 111010011010101110101110111001101000011110110111111010011000101110110011111001111010101110001111111011111011110110101010 | e9abaee687b7e98bb3e7ab8fefbdaa |
UHC | 髮懷??? | 11011011101001011111110011100011001111110011111100111111 | dba5fce33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)