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 | ??OF | 00111111001111110100111101000110 | 3f3f4f46 |
SJIS-WIN | 質?OF | 1000111010111111001111110100111101000110 | 8ebf3f4f46 |
EUC-JP | 質?OF | 1011110011000001001111110100111101000110 | bcc13f4f46 |
UTF-8 | 質섞OF | 1110100010110011101010101110110010000100100111100100111101000110 | e8b3aaec849e4f46 |
UHC | 質섞OF | 111100101111010110111100101011110100111101000110 | f2f5bcaf4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)