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 | ???WB | 0011111100111111001111110101011101000010 | 3f3f3f5742 |
SJIS-WIN | フタWB | 110011001111001011110110110000000101011101000010 | ccf2f6c05742 |
EUC-JP | フ?タWB | 10001110110011000011111110001110110000000101011101000010 | 8ecc3f8ec05742 |
UTF-8 | フタWB | 1110111110111110100011001110111010001000101011011110111110111110100000000101011101000010 | efbe8cee88adefbe805742 |
UHC | ???WB | 0011111100111111001111110101011101000010 | 3f3f3f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)