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 | 1110110010000101100101001110110010000011101101010110100001000101111011001000010110010100111011001000001110110101011010000100010101000010 | ec8594ec83b56845ec8594ec83b5684542 |
UHC | 셔샵hE셔샵hEB | 10111100110001011011110010100101011010000100010110111100110001011011110010100101011010000100010101000010 | bcc5bca56845bcc5bca5684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)