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 | 風? | 100101011001011100111111 | 95973f |
EUC-JP | 風軀 | 1100100111110111100011111110000011010100 | c9f78fe0d4 |
UTF-8 | 風軀 | 111010011010001010101000111010001011101110000000 | e9a2a8e8bb80 |
UHC | 風軀 | 11111001101001101100111111000110 | f9a6cfc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)