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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荳ケ閾馴● | 111001001011100010111001111010001000011110010011111010011000000110011100 | e4b8b9e88793e9819c |
EUC-JP | 荳ケ閾馴● | 11101000101110101000111010111001111011111110011111000110111010111010000111111100 | e8ba8eb9efe7c6eba1fc |
UTF-8 | 荳ケ閾馴● | 111010001000110110110011111011111011110110111001111010011001011010111110111010011010011010110100111000101001011110001111 | e88db3efbdb9e996bee9a6b4e2978f |
UHC | 荳??馴● | 1101010011100101001111110011111111100010111110001010000111011100 | d4e53f3fe2f8a1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)