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 | 爐芽 | 11100000101000101000100111101000 | e0a289e8 |
EUC-JP | 爐芽 | 11100000101001001011001011101010 | e0a4b2ea |
UTF-8 | 爐芽 | 111001111000100010010000111010001000101010111101 | e78890e88abd |
UHC | 爐芽 | 11010110110100111110010010110100 | d6d3e4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)