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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?賻闕貅 | 00111111111001101101000011101000100011011110011010111010 | 3fe6d0e88de6ba |
EUC-JP | 煅賻闕貅 | 100011111100100111110011111011001101001011101111111011011110110010111100 | 8fc9f3ecd2efedecbc |
UTF-8 | 煅賻闕貅 | 111001111000010110000101111010001011001110111011111010011001011110010101111010001011001010000101 | e78585e8b3bbe99795e8b285 |
UHC | ?賻闕? | 001111111101110110111000110011111111010000111111 | 3fddb8cff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)