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\JY | 1001001001000110100100100101110010010010010010101001001001011001 | 9246925c924a9259 |
SJIS-WIN | ?F?\?J?Y | 0011111101000110001111110101110000111111010010100011111101011001 | 3f463f5c3f4a3f59 |
EUC-JP | ?F?\?J?Y | 0011111101000110001111110101110000111111010010100011111101011001 | 3f463f5c3f4a3f59 |
UTF-8 | F\JY | 110000101001001001000110110000101001001001011100110000101001001001001010110000101001001001011001 | c29246c2925cc2924ac29259 |
UHC | ?F?\?J?Y | 0011111101000110001111110101110000111111010010100011111101011001 | 3f463f5c3f4a3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)