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 | FK¦C | 1001001001000110100100100100101110010001101001101001001001000011 | 9246924b91a69243 |
SJIS-WIN | ?F?K???C | 0011111101000110001111110100101100111111001111110011111101000011 | 3f463f4b3f3f3f43 |
EUC-JP | ?F?K?¦?C | 00111111010001100011111101001011001111111000111110100010110000110011111101000011 | 3f463f4b3f8fa2c33f43 |
UTF-8 | FK¦C | 11000010100100100100011011000010100100100100101111000010100100011100001010100110110000101001001001000011 | c29246c2924bc291c2a6c29243 |
UHC | ?F?K???C | 0011111101000110001111110100101100111111001111110011111101000011 | 3f463f4b3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)