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 | 虎舒 | 10001100110101011001100010101110 | 8cd598ae |
EUC-JP | 虎舒 | 10111000110101111101000010110000 | b8d7d0b0 |
UTF-8 | 虎舒 | 111010001001100110001110111010001000100010010010 | e8998ee88892 |
UHC | 虎舒 | 11111011110110111110000010100010 | fbdbe0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)