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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?術 | 001111111000111101110000 | 3f8f70 |
EUC-JP | ?術 | 001111111011110111010001 | 3fbdd1 |
UTF-8 | 뮖術 | 111010111010111010010110111010001010000110010011 | ebae96e8a193 |
UHC | 뮖術 | 10010010101000101110001011111010 | 92a2e2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)