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 | ??C??s | 001111110011111101000011001111110011111101110011 | 3f3f433f3f73 |
SJIS-WIN | ??C??s | 001111110011111101000011001111110011111101110011 | 3f3f433f3f73 |
EUC-JP | ??C??s | 001111110011111101000011001111110011111101110011 | 3f3f433f3f73 |
UTF-8 | 렺창C렺채s | 1110101110100000101110101110110010110000101111010100001111101011101000001011101011101100101100011000010001110011 | eba0baecb0bd43eba0baecb18473 |
UHC | 렺창C렺채s | 10001110110000101100001110100010010000111000111011000010110000111010010001110011 | 8ec2c3a2438ec2c3a473 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)