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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ∵?∵? | 100000011110011000111111100000011110011000111111 | 81e63f81e63f |
EUC-JP | ∵?∵? | 101000101110100000111111101000101110100000111111 | a2e83fa2e83f |
UTF-8 | ∵∼∵▩ | 111000101000100010110101111000101000100010111100111000101000100010110101111000101001011010101001 | e288b5e288bce288b5e296a9 |
UHC | ∵∼∵▩ | 1010000111110001101000011010110110100001111100011010001011001100 | a1f1a1ada1f1a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)