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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?μ?F | 0011111110000011110010100011111101000110 | 3f83ca3f46 |
EUC-JP | ?μ?F | 0011111110100110110011000011111101000110 | 3fa6cc3f46 |
UTF-8 | 若μ쵊F | 111011111010010110110100110011101011110011101100101101011000101001000110 | efa5b4cebcecb58a46 |
UHC | 若μ쵊F | 11100101101011101010010111101100101011001000110001000110 | e5aea5ecac8c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)