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±H | 1001001001000110100100100100101010010001101100011001001001001000 | 9246924a91b19248 |
SJIS-WIN | ?F?J?±?H | 001111110100011000111111010010100011111110000001011111010011111101001000 | 3f463f4a3f817d3f48 |
EUC-JP | ?F?J?±?H | 001111110100011000111111010010100011111110100001110111100011111101001000 | 3f463f4a3fa1de3f48 |
UTF-8 | FJ±H | 11000010100100100100011011000010100100100100101011000010100100011100001010110001110000101001001001001000 | c29246c2924ac291c2b1c29248 |
UHC | ?F?J?±?H | 001111110100011000111111010010100011111110100001101111100011111101001000 | 3f463f4a3fa1be3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)