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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 治鉉P | 1000111010100001111001111110100101010000 | 8ea1e7e950 |
EUC-JP | 治鉉P | 1011110010100011111011101110101101010000 | bca3eeeb50 |
UTF-8 | 治鉉P | 11100110101100101011101111101001100010011000100101010000 | e6b2bbe9898950 |
UHC | 治鉉P | 1111011010111101111110101110100001010000 | f6bdfae850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)