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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逡?逡?^ | 11100111100101010011111111100111100101010011111101011110 | e7953fe7953f5e |
EUC-JP | 逡?逡?^ | 11101101111101010011111111101101111101010011111101011110 | edf53fedf53f5e |
UTF-8 | 逡춈逡쵱^ | 11101001100000001010000111101100101101101000100011101001100000001010000111101100101101011011000101011110 | e980a1ecb688e980a1ecb5b15e |
UHC | 逡춈逡쵱^ | 111100011110010011000011110111101111000111100100110000111101110001011110 | f1e4c3def1e4c3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)