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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 렺파렦i렺파렦iB | 111010111010000010111010111011011000110010001100111010111010000010100110011010011110101110100000101110101110110110001100100011001110101110100000101001100110100101000010 | eba0baed8c8ceba0a669eba0baed8c8ceba0a66942 |
UHC | 렺파렦i렺파렦iB | 100011101100001011000110110001001000111010110101011010011000111011000010110001101100010010001110101101010110100101000010 | 8ec2c6c48eb5698ec2c6c48eb56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)