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 | 11101000100100011011100101010000 | e891b950 |
EUC-JP | 闡ケP | 1110111111110001100011101011100101010000 | eff18eb950 |
UTF-8 | 闡ケP | 11101001100101111010000111101111101111011011100101010000 | e997a1efbdb950 |
UHC | 闡?P | 11110100110001010011111101010000 | f4c53f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)