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 | ?g? | 001111110110011100111111 | 3f673f |
SJIS-WIN | 奪g辰 | 1001001001000100011001111001001001000011 | 9244679243 |
EUC-JP | 奪g辰 | 1100001110100101011001111100001110100100 | c3a567c3a4 |
UTF-8 | 奪g辰 | 11100101101001011010101001100111111010001011111010110000 | e5a5aa67e8beb0 |
UHC | 奪g辰 | 1111011110101100011001111111001011100011 | f7ac67f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)