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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 營???? | 100110100111101000111111001111110011111100111111 | 9a7a3f3f3f3f |
EUC-JP | 營???? | 110100111101101100111111001111110011111100111111 | d3db3f3f3f3f |
UTF-8 | 營먨댗濾뛥 | 111001111000011110011111111010111010100010101000111010111000110010010111111011111010011010000100111010111001101110100101 | e7879feba8a8eb8c97efa684eb9ba5 |
UHC | 營먨댗濾뛥 | 11100111101111011001000011100101100010001011101111100110101001001000110101101000 | e7bd90e588bbe6a48d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)