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 | FJ³E | 1001001001000110100100100100101010010001101100111001001001000101 | 9246924a91b39245 |
SJIS-WIN | ?F?J???E | 0011111101000110001111110100101000111111001111110011111101000101 | 3f463f4a3f3f3f45 |
EUC-JP | ?F?J???E | 0011111101000110001111110100101000111111001111110011111101000101 | 3f463f4a3f3f3f45 |
UTF-8 | FJ³E | 11000010100100100100011011000010100100100100101011000010100100011100001010110011110000101001001001000101 | c29246c2924ac291c2b3c29245 |
UHC | ?F?J?³?E | 001111110100011000111111010010100011111110101001111110000011111101000101 | 3f463f4a3fa9f83f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)