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 | 貶蛇 | 11100110110010001000111011010110 | e6c88ed6 |
EUC-JP | 貶蛇 | 11101100110010101011110011011000 | eccabcd8 |
UTF-8 | 貶蛇 | 111010001011001010110110111010001001101110000111 | e8b2b6e89b87 |
UHC | 貶蛇 | 11111000101111111101111011101111 | f8bfdeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)