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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 掌ワo | 10001111101101101101110001101111 | 8fb6dc6f |
EUC-JP | 掌ワo | 1011111010111000100011101101110001101111 | beb88edc6f |
UTF-8 | 掌ワo | 11100110100011101000110011101111101111101001110001101111 | e68e8cefbe9c6f |
UHC | 掌?o | 11101101111001100011111101101111 | ede63f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)