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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 涖涖[涖涖[^ | 1111101101000000111110110100000001011011111110110100000011111011010000000101101101011110 | fb40fb405bfb40fb405b5e |
EUC-JP | 涖涖[涖涖[^ | 100011111100011111001011100011111100011111001011010110111000111111000111110010111000111111000111110010110101101101011110 | 8fc7cb8fc7cb5b8fc7cb8fc7cb5b5e |
UTF-8 | 涖涖[涖涖[^ | 111001101011011010010110111001101011011010010110010110111110011010110110100101101110011010110110100101100101101101011110 | e6b696e6b6965be6b696e6b6965b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)