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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | ?叩{?叩s | 0011111110010010010000000111101100111111100100100100000001110011 | 3f92407b3f924073 |
EUC-JP | ?叩{?叩s | 0011111111000011101000010111101100111111110000111010000101110011 | 3fc3a17b3fc3a173 |
UTF-8 | 렺叩{렺叩s | 1110101110100000101110101110010110001111101010010111101111101011101000001011101011100101100011111010100101110011 | eba0bae58fa97beba0bae58fa973 |
UHC | 렺叩{렺叩s | 10001110110000101100110110110000011110111000111011000010110011011011000001110011 | 8ec2cdb07b8ec2cdb073 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)