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 | �? | 11100110101000100011111100111111 | e6a23f3f |
SJIS-WIN | ?¢$踪 | 00111111100000011001000110000001100100001110011101001000 | 3f81918190e748 |
EUC-JP | æ¢$踪 | 100011111010100111000001101000011111000110100001111100001110110110101001 | 8fa9c1a1f1a1f0eda9 |
UTF-8 | æ¢$踪 | 11000011101001101100001010100010111011111011110010000100111010001011100010101010 | c3a6c2a2efbc84e8b8aa |
UHC | æ?$踪 | 10101001101000010011111110100011101001001111000110100001 | a9a13fa3a4f1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)