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 | _d[ | 100000010101111110000001100111100110010001011011 | 815f819e645b |
SJIS-WIN | ?_??d[ | 001111110101111100111111001111110110010001011011 | 3f5f3f3f645b |
EUC-JP | ?_??d[ | 001111110101111100111111001111110110010001011011 | 3f5f3f3f645b |
UTF-8 | _d[ | 110000101000000101011111110000101000000111000010100111100110010001011011 | c2815fc281c29e645b |
UHC | ?_??d[ | 001111110101111100111111001111110110010001011011 | 3f5f3f3f645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)