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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髮懷衷貍影^ | 1110100110011011100111001110010110010010100011111110011010111100100010010110010101011110 | e99b9ce5928fe6bc89655e |
EUC-JP | 髮懷衷貍影^ | 1111000111111011110110001110011111000011111011111110110010111110101100011100011001011110 | f1fbd8e7c3efecbeb1c65e |
UTF-8 | 髮懷衷貍影^ | 11101001101010111010111011100110100001111011011111101000101000011011011111101000101100101000110111100101101111011011000101011110 | e9abaee687b7e8a1b7e8b28de5bdb15e |
UHC | 髮懷衷?影^ | 11011011101001011111110011100011111101011111101100111111111001111010111101011110 | dba5fce3f5fb3fe7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)