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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ??怨裴BF | 0011111100111111100010011000010111100101111010000100001001000110 | 3f3f8985e5e84246 |
EUC-JP | ??怨裴BF | 0011111100111111101100011110010111101010111010100100001001000110 | 3f3fb1e5eaea4246 |
UTF-8 | 亐렕怨裴BF | 1110010010111010100100001110101110100000100101011110011010000000101010001110100010100011101101000100001001000110 | e4ba90eba095e680a8e8a3b44246 |
UHC | 亐렕怨裴BF | 11101010101001111000111010101010111010101011001111011011110100000100001001000110 | eaa78eaaeab3dbd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)