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 | 寳狷列摎 | 1001101110010000111000001100010010010111111100011001110110010111 | 9b90e0c497f19d97 |
EUC-JP | 寳狷列摎 | 1101010111110000111000001100011011001110111100111101100111110111 | d5f0e0c6cef3d9f7 |
UTF-8 | 寳狷列摎 | 111001011010111110110011111001111000101110110111111001011000100010010111111001101001000110001110 | e5afb3e78bb7e58897e6918e |
UHC | ??列? | 0011111100111111110101101010101000111111 | 3f3fd6aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)