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 | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | フタZB | 110011001111001011110110110000000101101001000010 | ccf2f6c05a42 |
EUC-JP | フ?タZB | 10001110110011000011111110001110110000000101101001000010 | 8ecc3f8ec05a42 |
UTF-8 | フタZB | 1110111110111110100011001110111010001000101011011110111110111110100000000101101001000010 | efbe8cee88adefbe805a42 |
UHC | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)