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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 湫鶉\ | 1001111111010101111010100100011101011100 | 9fd5ea475c |
EUC-JP | 湫鶉\ | 1101111011010111111100111010100001011100 | ded7f3a85c |
UTF-8 | 湫鶉\ | 11100110101110011010101111101001101101101000100101011100 | e6b9abe9b6895c |
UHC | 湫?\ | 11110101110100110011111101011100 | f5d33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)