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 | 髷エ﨟コ髻 | 1110100110011110101101001111101110011101101110101110100110011111 | e99eb4fb9dbae99f |
EUC-JP | 髷エ?コ髻 | 111100011111111010001110101101000011111110001110101110101111001010100001 | f1fe8eb43f8ebaf2a1 |
UTF-8 | 髷エ﨟コ髻 | 111010011010101110110111111011111011110110110100111011111010100010011111111011111011110110111010111010011010101110111011 | e9abb7efbdb4efa89fefbdbae9abbb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)