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 | 竣褐? | 1000111101110110100010101000110000111111 | 8f768a8c3f |
EUC-JP | 竣褐? | 1011110111010111101100111110110000111111 | bdd7b3ec3f |
UTF-8 | 竣褐렢 | 111001111010101110100011111010001010010010010000111010111010000010100010 | e7aba3e8a490eba0a2 |
UHC | 竣褐렢 | 111100011110001011001010111010001000111010110011 | f1e2cae88eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)