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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?μ? | 00111111100000111100101000111111 | 3f83ca3f |
EUC-JP | ?μ? | 00111111101001101100110000111111 | 3fa6cc3f |
UTF-8 | 嶪μ퓙 | 1110010110110110101010101100111010111100111011011001001110011001 | e5b6aacebced9399 |
UHC | 嶪μ퓙 | 111001011111010110100101111011001011111110000100 | e5f5a5ecbf84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)