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 | 風褐轢 | 100101011001011110001010100011001110011110000000 | 95978a8ce780 |
EUC-JP | 風褐轢 | 110010011111011110110011111011001110110111100000 | c9f7b3ecede0 |
UTF-8 | 風褐轢 | 111010011010001010101000111010001010010010010000111010001011110110100010 | e9a2a8e8a490e8bda2 |
UHC | 風褐轢 | 111110011010011011001010111010001101010111111001 | f9a6cae8d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)