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\®Y | 1001001001000110100100100101110010010001101011101001001001011001 | 9246925c91ae9259 |
SJIS-WIN | ?F?\???Y | 0011111101000110001111110101110000111111001111110011111101011001 | 3f463f5c3f3f3f59 |
EUC-JP | ?F?\?®?Y | 00111111010001100011111101011100001111111000111110100010111011100011111101011001 | 3f463f5c3f8fa2ee3f59 |
UTF-8 | F\®Y | 11000010100100100100011011000010100100100101110011000010100100011100001010101110110000101001001001011001 | c29246c2925cc291c2aec29259 |
UHC | ?F?\?®?Y | 001111110100011000111111010111000011111110100010111001110011111101011001 | 3f463f5c3fa2e73f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)