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 | þF^ | 1001000111111110100100100100011001011110 | 91fe92465e |
SJIS-WIN | ???F^ | 0011111100111111001111110100011001011110 | 3f3f3f465e |
EUC-JP | ?þ?F^ | 00111111100011111010100111010000001111110100011001011110 | 3f8fa9d03f465e |
UTF-8 | þF^ | 1100001010010001110000111011111011000010100100100100011001011110 | c291c3bec292465e |
UHC | ?þ?F^ | 001111111010100110101101001111110100011001011110 | 3fa9ad3f465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)