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 | 偲式雎 | 100011101100001110001110101011101110100010110001 | 8ec38eaee8b1 |
EUC-JP | 偲式雎 | 101111001100010110111100101100001111000010110011 | bcc5bcb0f0b3 |
UTF-8 | 偲式雎 | 111001011000000110110010111001011011110010001111111010011001101110001110 | e581b2e5bc8fe99b8e |
UHC | ?式雎 | 0011111111100011110100101110111011010001 | 3fe3d2eed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)