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 | 踐ロ | 11100110111101101000001110001101 | e6f6838d |
EUC-JP | 踐ロ | 11101100111110001010010111101101 | ecf8a5ed |
UTF-8 | 踐ロ | 111010001011100010010000111000111000001110101101 | e8b890e383ad |
UHC | 踐ロ | 11110100110000101010101111101101 | f4c2abed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)