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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ト酘イ^ | 110001001111011111000010111001111100010011110111110101001011001001011110 | c4f7c2e7c4f7d4b25e |
EUC-JP | ト?酘?イ^ | 100011101100010000111111111011101100011000111111100011101011001001011110 | 8ec43feec63f8eb25e |
UTF-8 | ト酘イ^ | 11101111101111101000010011101110100101101010010111101001100001011001100011101110100101101011011111101111101111011011001001011110 | efbe84ee96a5e98598ee96b7efbdb25e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)