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 | 陷ゥ閧イ髮「^ | 11101000100111001010100111101000100000101011001011101001100110111010001001011110 | e89ca9e882b2e99ba25e |
EUC-JP | 陷ゥ閧イ髮「^ | 11101111111111001000111010101001111011111110001010001110101100101111000111111011100011101010001001011110 | effc8ea9efe28eb2f1fb8ea25e |
UTF-8 | 陷ゥ閧イ髮「^ | 11101001100110011011011111101111101111011010100111101001100101101010011111101111101111011011001011101001101010111010111011101111101111011010001001011110 | e999b7efbda9e996a7efbdb2e9abaeefbda25e |
UHC | 陷???髮?^ | 111110011110100000111111001111110011111111011011101001010011111101011110 | f9e83f3f3fdba53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)