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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | フタP | 1100110011110010111101101100000001010000 | ccf2f6c050 |
EUC-JP | フ?タP | 100011101100110000111111100011101100000001010000 | 8ecc3f8ec050 |
UTF-8 | フタP | 11101111101111101000110011101110100010001010110111101111101111101000000001010000 | efbe8cee88adefbe8050 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)