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 | 蹄烽 | 10010010111110111110000010000010 | 92fbe082 |
EUC-JP | 蹄烽 | 11000100111111011101111111100010 | c4fddfe2 |
UTF-8 | 蹄烽 | 111010001011100110000100111001111000001110111101 | e8b984e783bd |
UHC | 蹄烽 | 11110000101101001101110011101011 | f0b4dceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)