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 | 谿場┤讎 | 1110011010101110100011111110101010000100101001111110011010100110 | e6ae8fea84a7e6a6 |
EUC-JP | 谿場┤讎 | 1110110010110000101111101110110010101000101010011110110010101000 | ecb0beeca8a9eca8 |
UTF-8 | 谿場┤讎 | 111010001011000010111111111001011010000010110100111000101001010010100100111010001010111010001110 | e8b0bfe5a0b4e294a4e8ae8e |
UHC | 谿場┤? | 11001101101011001110110111011110101001101010100100111111 | cdaceddea6a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)