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 | Ôýs | 110101001111110101110011 | d4fd73 |
SJIS-WIN | ??s | 001111110011111101110011 | 3f3f73 |
EUC-JP | Ôýs | 10001111101010101101010010001111101010111111001001110011 | 8faad48fabf273 |
UTF-8 | Ôýs | 1100001110010100110000111011110101110011 | c394c3bd73 |
UHC | ??s | 001111110011111101110011 | 3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)