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 | J±GH | 1001001001001010100100011011000110010010010001111001001001001000 | 924a91b192479248 |
SJIS-WIN | ?J?±?G?H | 001111110100101000111111100000010111110100111111010001110011111101001000 | 3f4a3f817d3f473f48 |
EUC-JP | ?J?±?G?H | 001111110100101000111111101000011101111000111111010001110011111101001000 | 3f4a3fa1de3f473f48 |
UTF-8 | J±GH | 11000010100100100100101011000010100100011100001010110001110000101001001001000111110000101001001001001000 | c2924ac291c2b1c29247c29248 |
UHC | ?J?±?G?H | 001111110100101000111111101000011011111000111111010001110011111101001000 | 3f4a3fa1be3f473f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)