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 | 11100011101101010011111101010000 | e3b53f50 |
EUC-JP | 羞?P | 11100110101101110011111101010000 | e6b73f50 |
UTF-8 | 羞黎P | 11100111101111101001111011101111101001101000100101010000 | e7be9eefa68950 |
UHC | 羞黎P | 1110001010111010111001101011000101010000 | e2bae6b150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)