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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羈褐翁 | 111000111011000110001010100011001000100110100101 | e3b18a8c89a5 |
EUC-JP | 羈褐翁 | 111001101011001110110011111011001011001010100111 | e6b3b3ecb2a7 |
UTF-8 | 羈褐翁 | 111001111011111010001000111010001010010010010000111001111011111110000001 | e7be88e8a490e7bf81 |
UHC | 羈褐翁 | 110100011011110011001010111010001110100010111010 | d1bccae8e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)