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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寳畴列摎 | 1001101110010000111000010110011010010111111100011001110110010111 | 9b90e16697f19d97 |
EUC-JP | 寳畴列摎 | 1101010111110000111000011100011111001110111100111101100111110111 | d5f0e1c7cef3d9f7 |
UTF-8 | 寳畴列摎 | 111001011010111110110011111001111001010110110100111001011000100010010111111001101001000110001110 | e5afb3e795b4e58897e6918e |
UHC | ??列? | 0011111100111111110101101010101000111111 | 3f3fd6aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)