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 | 谿場牡蟠 | 1110011010101110100011111110101010001001101100101110010110110100 | e6ae8fea89b2e5b4 |
EUC-JP | 谿場牡蟠 | 1110110010110000101111101110110010110010101101001110101010110110 | ecb0beecb2b4eab6 |
UTF-8 | 谿場牡蟠 | 111010001011000010111111111001011010000010110100111001111000100110100001111010001001111110100000 | e8b0bfe5a0b4e789a1e89fa0 |
UHC | 谿場牡蟠 | 1100110110101100111011011101111011011001110000001101101011110110 | cdacedded9c0daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)