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??wF | 00111111001111110101000000111111001111110111011101000110 | 3f3f503f3f7746 |
SJIS-WIN | テサPテ。wF | 11000011101110110101000011000011101000010111011101000110 | c3bb50c3a17746 |
EUC-JP | テサPテ。wF | 1000111011000011100011101011101101010000100011101100001110001110101000010111011101000110 | 8ec38ebb508ec38ea17746 |
UTF-8 | テサPテ。wF | 111011111011111010000011111011111011110110111011010100001110111110111110100000111110111110111101101000010111011101000110 | efbe83efbdbb50efbe83efbda17746 |
UHC | ??P??wF | 00111111001111110101000000111111001111110111011101000110 | 3f3f503f3f7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)