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 | 諍隆 | 11100110011110011001011110110010 | e67997b2 |
EUC-JP | 諍隆 | 11101011110110101100111010110100 | ebdaceb4 |
UTF-8 | 諍隆 | 111010001010101110001101111010011001101010000110 | e8ab8de99a86 |
UHC | 諍隆 | 11101110101101011101011111001100 | eeb5d7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)