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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 踵妣] | 1110011011111001100110110100010101011101 | e6f99b455d |
EUC-JP | 踵妣] | 1110110011111011110101011010011001011101 | ecfbd5a65d |
UTF-8 | 踵妣] | 11101000101110001011010111100101101001101010001101011101 | e8b8b5e5a6a35d |
UHC | 踵?] | 11110001101000100011111101011101 | f1a23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)