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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 臾щ?]H | 11100100011010111000010010001011001111110101110101001000 | e46b848b3f5d48 |
EUC-JP | 臾щ?]H | 11100111110011001010011111101011001111110101110101001000 | e7cca7eb3f5d48 |
UTF-8 | 臾щ춭]H | 11101000100001111011111011010001100010011110110010110110101011010101110101001000 | e887bed189ecb6ad5d48 |
UHC | 臾щ춭]H | 1110101110101100101011001110101110101101100010100101110101001000 | ebacacebad8a5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)