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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遭褐 | 10010001100110001000101010001100 | 91988a8c |
EUC-JP | 遭褐 | 11000001111110001011001111101100 | c1f8b3ec |
UTF-8 | 遭褐 | 111010011000000110101101111010001010010010010000 | e981ade8a490 |
UHC | 遭褐 | 11110000111001001100101011101000 | f0e4cae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)