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 | 10010100010000110011111101010000 | 94433f50 |
EUC-JP | 任?P | 11000111101001000011111101010000 | c7a43f50 |
UTF-8 | 任렏P | 11100100101110111011101111101011101000001000111101010000 | e4bbbbeba08f50 |
UHC | 任렏P | 1110110011110010100011101010010101010000 | ecf28ea550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)