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 | 浯é´æ | 11100110101101011010111111101001100010001011010011100110 | e6b5afe988b4e6 |
SJIS-WIN | ?????´? | 0011111100111111001111110011111100111111100000010100110000111111 | 3f3f3f3f3f814c3f |
EUC-JP | æ?¯é?´æ | 10001111101010011100000100111111100011111010001010110100100011111010101110110001001111111010000110101101100011111010100111000001 | 8fa9c13f8fa2b48fabb13fa1ad8fa9c1 |
UTF-8 | 浯é´æ | 1100001110100110110000101011010111000010101011111100001110101001110000101000100011000010101101001100001110100110 | c3a6c2b5c2afc3a9c288c2b4c3a6 |
UHC | æ????´æ | 10101001101000010011111100111111001111110011111110100010101001011010100110100001 | a9a13f3f3f3fa2a5a9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)