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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谿場┤ | 111001101010111010001111111010101000010010100111 | e6ae8fea84a7 |
EUC-JP | 谿場┤ | 111011001011000010111110111011001010100010101001 | ecb0beeca8a9 |
UTF-8 | 谿場┤ | 111010001011000010111111111001011010000010110100111000101001010010100100 | e8b0bfe5a0b4e294a4 |
UHC | 谿場┤ | 110011011010110011101101110111101010011010101001 | cdaceddea6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)