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 | 闥サ繝ゥ蜍ァ^ | 11101000100100101011101111100011100000111010100111100101100010111010011101011110 | e892bbe383a9e58ba75e |
EUC-JP | 闥サ繝ゥ蜍ァ^ | 11101111111100101000111010111011111001011110001110001110101010011110100111101011100011101010011101011110 | eff28ebbe5e38ea9e9eb8ea75e |
UTF-8 | 闥サ繝ゥ蜍ァ^ | 11101001100101111010010111101111101111011011101111100111101110011001110111101111101111011010100111101000100111001000110111101111101111011010011101011110 | e997a5efbdbbe7b99defbda9e89c8defbda75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)