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 | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
SJIS-WIN | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
EUC-JP | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
UTF-8 | 렺찾hE렺찾hEB | 1110101110100000101110101110110010110000101111100110100001000101111010111010000010111010111011001011000010111110011010000100010101000010 | eba0baecb0be6845eba0baecb0be684542 |
UHC | 렺찾hE렺찾hEB | 10001110110000101100001110100011011010000100010110001110110000101100001110100011011010000100010101000010 | 8ec2c3a368458ec2c3a3684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)