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 | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-WIN | フタyB | 110011001111001011110110110000000111100101000010 | ccf2f6c07942 |
EUC-JP | フ?タyB | 10001110110011000011111110001110110000000111100101000010 | 8ecc3f8ec07942 |
UTF-8 | フタyB | 1110111110111110100011001110111010001000101011011110111110111110100000000111100101000010 | efbe8cee88adefbe807942 |
UHC | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)