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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陷ゥ莠・陋、^ | 11101000100111001010100111100100101110101010010111101000100110111010010001011110 | e89ca9e4baa5e89ba45e |
EUC-JP | 陷ゥ莠・陋、^ | 11101111111111001000111010101001111010001011110010001110101001011110111111111011100011101010010001011110 | effc8ea9e8bc8ea5effb8ea45e |
UTF-8 | 陷ゥ莠・陋、^ | 11101001100110011011011111101111101111011010100111101000100011101010000011101111101111011010010111101001100110011000101111101111101111011010010001011110 | e999b7efbda9e88ea0efbda5e9998befbda45e |
UHC | 陷???陋?^ | 111110011110100000111111001111110011111111010111101100000011111101011110 | f9e83f3f3fd7b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)