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 | 渙鶉\ | 1001111111010000111010100100011101011100 | 9fd0ea475c |
EUC-JP | 渙鶉\ | 1101111011010010111100111010100001011100 | ded2f3a85c |
UTF-8 | 渙鶉\ | 11100110101110001001100111101001101101101000100101011100 | e6b899e9b6895c |
UHC | 渙?\ | 11111100101110010011111101011100 | fcb93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)