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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | フタa | 1100110011110010111101101100000001100001 | ccf2f6c061 |
EUC-JP | フ?タa | 100011101100110000111111100011101100000001100001 | 8ecc3f8ec061 |
UTF-8 | フタa | 11101111101111101000110011101110100010001010110111101111101111101000000001100001 | efbe8cee88adefbe8061 |
UHC | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)