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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??麝?◆B | 0011111100111111111010100110110000111111100000011001111101000010 | 3f3fea6c3f819f42 |
EUC-JP | ??麝?◆B | 0011111100111111111100111100110100111111101000101010000101000010 | 3f3ff3cd3fa2a142 |
UTF-8 | 룶에麝퓻◆B | 11101011101000111011011011101100100101111001000011101001101110101001110111101101100100111011101111100010100101111000011001000010 | eba3b6ec9790e9ba9ded93bbe2978642 |
UHC | 룶에麝퓻◆B | 1000111110101011101111111010000111011110111110101100011110111111101000011101111101000010 | 8fabbfa1defac7bfa1df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)