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 | 譯俄 | 11100110101000011000100111100010 | e6a189e2 |
EUC-JP | 譯俄 | 11101100101000111011001011100100 | eca3b2e4 |
UTF-8 | 譯俄 | 111010001010110110101111111001001011111110000100 | e8adafe4bf84 |
UHC | 譯俄 | 11100110101110111110010010101101 | e6bbe4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)