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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 狩o | 100011101110101101101111 | 8eeb6f |
EUC-JP | 狩o | 101111001110110101101111 | bced6f |
UTF-8 | 狩o | 11100111100010111010100101101111 | e78ba96f |
UHC | 狩o | 111000101010110101101111 | e2ad6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)