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 | 円?" | 1000100101111110001111111111101001010111 | 897e3ffa57 |
EUC-JP | 円?? | 10110001110111110011111100111111 | b1df3f3f |
UTF-8 | 円쏅" | 111001011000011010000110111011001000111110000101111011111011110010000010 | e58686ec8f85efbc82 |
UHC | 円쏅" | 111001011111011110011011111010111010001110100010 | e5f79beba3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)