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 | ?x{d | 00111111011110000111101101100100 | 3f787b64 |
SJIS-WIN | 鴦x{d | 1110100111110001011110000111101101100100 | e9f1787b64 |
EUC-JP | 鴦x{d | 1111001011110011011110000111101101100100 | f2f3787b64 |
UTF-8 | 鴦x{d | 111010011011010010100110011110000111101101100100 | e9b4a6787b64 |
UHC | 鴦x{d | 1110010011101100011110000111101101100100 | e4ec787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)