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 | 苞ロ | 11100100100110101000001110001101 | e49a838d |
EUC-JP | 苞ロ | 11100111111110101010010111101101 | e7faa5ed |
UTF-8 | 苞ロ | 111010001000101110011110111000111000001110101101 | e88b9ee383ad |
UHC | 苞ロ | 11111000111000101010101111101101 | f8e2abed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)