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 | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 羞`羞OB | 11100011101101010110000011100011101101010100111101000010 | e3b560e3b54f42 |
EUC-JP | 羞`羞OB | 11100110101101110110000011100110101101110100111101000010 | e6b760e6b74f42 |
UTF-8 | 羞`羞OB | 111001111011111010011110011000001110011110111110100111100100111101000010 | e7be9e60e7be9e4f42 |
UHC | 羞`羞OB | 11100010101110100110000011100010101110100100111101000010 | e2ba60e2ba4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)