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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 瘟??眷] | 11100001100010010011111100111111111000011100010101011101 | e1893f3fe1c55d |
EUC-JP | 瘟??眷] | 11100001111010010011111100111111111000101100011101011101 | e1e93f3fe2c75d |
UTF-8 | 瘟욘썦眷] | 11100111100110001001111111101100100110101001100011101100100011011010011011100111100111001011011101011101 | e7989fec9a98ec8da6e79cb75d |
UHC | 瘟욘썦眷] | 111010001011000010111111111001101001101110011001110011111110111101011101 | e8b0bfe69b99cfef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)