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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 豌旧岡B | 11100110101100001000101110001100100010011010101001000010 | e6b08b8c89aa42 |
EUC-JP | 豌旧岡B | 11101100101100101011010111101100101100101010110001000010 | ecb2b5ecb2ac42 |
UTF-8 | 豌旧岡B | 11101000101100011000110011100110100101111010011111100101101100101010000101000010 | e8b18ce697a7e5b2a142 |
UHC | 豌?岡B | 111010001101010100111111110010111010101001000010 | e8d53fcbaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)