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 | ??@??@^ | 00111111001111110100000000111111001111110100000001011110 | 3f3f403f3f405e |
SJIS-WIN | ??@??@^ | 00111111001111110100000000111111001111110100000001011110 | 3f3f403f3f405e |
EUC-JP | ??@??@^ | 00111111001111110100000000111111001111110100000001011110 | 3f3f403f3f405e |
UTF-8 | 셔샬@셔샬@^ | 111011001000010110010100111011001000001110101100010000001110110010000101100101001110110010000011101011000100000001011110 | ec8594ec83ac40ec8594ec83ac405e |
UHC | 셔샬@셔샬@^ | 1011110011000101101111001010001101000000101111001100010110111100101000110100000001011110 | bcc5bca340bcc5bca3405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)