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 | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 荐件衆^F | 1110010010100110100011001000111110001111010011110101111001000110 | e4a68c8f8f4f5e46 |
EUC-JP | 荐件衆^F | 1110100010101000101101111110111110111101101100000101111001000110 | e8a8b7efbdb05e46 |
UTF-8 | 荐件衆^F | 1110100010001101100100001110010010111011101101101110100010100001100001100101111001000110 | e88d90e4bbb6e8a1865e46 |
UHC | ?件衆^F | 00111111110010111110110011110001111010110101111001000110 | 3fcbecf1eb5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)