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 | 獨皺羣 | 111000001101010111100001101100001110001110111000 | e0d5e1b0e3b8 |
EUC-JP | 獨皺羣 | 111000001101011111100010101100101110011010111010 | e0d7e2b2e6ba |
UTF-8 | 獨皺羣 | 111001111000110110101000111001111001101010111010111001111011111010100011 | e78da8e79abae7bea3 |
UHC | 獨皺? | 1101010010111100111101011101010000111111 | d4bcf5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)