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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 腱紫Щ^ | 11100100010001101000111010000111100001000101101001011110 | e4468e87845a5e |
EUC-JP | 腱紫Щ^ | 11100111101001111011101111100111101001111011101101011110 | e7a7bbe7a7bb5e |
UTF-8 | 腱紫Щ^ | 111010001000010110110001111001111011010010101011110100001010100101011110 | e885b1e7b4abd0a95e |
UHC | 腱紫Щ^ | 11001011111100101110110110111001101011001011101101011110 | cbf2edb9acbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)