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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 製????F | 10010000101110110011111100111111001111110011111101000110 | 90bb3f3f3f3f46 |
EUC-JP | 製?薏??F | 110000001011110100111111100011111101100111011110001111110011111101000110 | c0bd3f8fd9de3f3f46 |
UTF-8 | 製렲薏淚쓸F | 11101000101000111011110111101011101000001011001011101000100101101000111111101111101001011000110111101100100100111011100001000110 | e8a3bdeba0b2e8968fefa58dec93b846 |
UHC | 製렲薏淚쓸F | 1111000010110010100011101011111111101011111110111101001011100111101111101011010101000110 | f0b28ebfebfbd2e7beb546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)