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 | 100011101011111100111111010000001000111010111111001111110100000001000010 | 8ebf3f408ebf3f4042 |
EUC-JP | 質?@質?@B | 101111001100000100111111010000001011110011000001001111110100000001000010 | bcc13f40bcc13f4042 |
UTF-8 | 質섞@質섞@B | 111010001011001110101010111011001000010010011110010000001110100010110011101010101110110010000100100111100100000001000010 | e8b3aaec849e40e8b3aaec849e4042 |
UHC | 質섞@質섞@B | 1111001011110101101111001010111101000000111100101111010110111100101011110100000001000010 | f2f5bcaf40f2f5bcaf4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)