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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
EUC-JP | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
UTF-8 | 손섞@손섞@B | 111011001000011010010000111011001000010010011110010000001110110010000110100100001110110010000100100111100100000001000010 | ec8690ec849e40ec8690ec849e4042 |
UHC | 손섞@손섞@B | 1011110011010101101111001010111101000000101111001101010110111100101011110100000001000010 | bcd5bcaf40bcd5bcaf4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)