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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 阡」ツョ巐殖F | 11101000100101001010001111000010101011101111101010110110100100000100001001000110 | e894a3c2aefab6904246 |
EUC-JP | 阡」ツョ巐殖F | 1110111111110100100011101010001110001110110000101000111010101110100011111011101111111001101111111010001101000110 | eff48ea38ec28eae8fbbf9bfa346 |
UTF-8 | 阡」ツョ巐殖F | 11101001100110001010000111101111101111011010001111101111101111101000001011101111101111011010111011100101101101111001000011100110101011101001011001000110 | e998a1efbda3efbe82efbdaee5b790e6ae9646 |
UHC | 阡????殖F | 111101001100011000111111001111110011111100111111111000111101011001000110 | f4c63f3f3f3fe3d646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)