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 | 10001110100111010011111101010000 | 8e9d3f50 |
EUC-JP | 持?P | 10111011111111010011111101010000 | bbfd3f50 |
UTF-8 | 持렊P | 11100110100011001000000111101011101000001000101001010000 | e68c81eba08a50 |
UHC | 持렊P | 1111001010100101100011101010000101010000 | f2a58ea150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)