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 | 俎曹 | 10011000110101111001000110000010 | 98d79182 |
EUC-JP | 俎曹 | 11010000110110011100000111100010 | d0d9c1e2 |
UTF-8 | 俎曹 | 111001001011111110001110111001101001101110111001 | e4bf8ee69bb9 |
UHC | 俎曹 | 11110000101110111111000011000111 | f0bbf0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)