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 | ?謙似粱 | 00111111100011001010101010001110100101111110001011101011 | 3f8caa8e97e2eb |
EUC-JP | ?謙似粱 | 00111111101110001010110010111011111101111110010011101101 | 3fb8acbbf7e4ed |
UTF-8 | 렺謙似粱 | 111010111010000010111010111010001010110010011001111001001011110010111100111001111011001010110001 | eba0bae8ac99e4bcbce7b2b1 |
UHC | 렺謙似粱 | 1000111011000010110011001100010111011110110001001101010111011100 | 8ec2ccc5dec4d5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)