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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 率奉 | 10010111101001101001010111110010 | 97a695f2 |
EUC-JP | 率奉 | 11001110101010001100101011110100 | cea8caf4 |
UTF-8 | 率奉 | 111001111000111010000111111001011010010110001001 | e78e87e5a589 |
UHC | 率奉 | 11100001111000111101110011100101 | e1e3dce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)