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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 谿曙碓h谿 | 111001101010111010001111100011001000100101001111011010001110011010101110 | e6ae8f8c894f68e6ae |
EUC-JP | 谿曙碓h谿 | 111011001011000010111101111011001011000110110000011010001110110010110000 | ecb0bdecb1b068ecb0 |
UTF-8 | 谿曙碓h谿 | 11101000101100001011111111100110100110111001100111100111101000101001001101101000111010001011000010111111 | e8b0bfe69b99e7a29368e8b0bf |
UHC | 谿曙?h谿 | 1100110110101100110111111111010100111111011010001100110110101100 | cdacdff53f68cdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)