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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 蠅h蠅 | 1110010110100010011010001110010110100010 | e5a268e5a2 |
EUC-JP | 蠅h蠅 | 1110101010100100011010001110101010100100 | eaa468eaa4 |
UTF-8 | 蠅h蠅 | 11101000101000001000010101101000111010001010000010000101 | e8a08568e8a085 |
UHC | 蠅h蠅 | 1110001110110010011010001110001110110010 | e3b268e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)