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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 在?箏?^ | 10001101110111010011111111100010101101010011111101011110 | 8ddd3fe2b53f5e |
EUC-JP | 在?箏?^ | 10111010110111110011111111100100101101110011111101011110 | badf3fe4b73f5e |
UTF-8 | 在렯箏렡^ | 11100101100111001010100011101011101000001010111111100111101011101000111111101011101000001010000101011110 | e59ca8eba0afe7ae8feba0a15e |
UHC | 在렯箏렡^ | 111011101010010010001110101111001110111010110100100011101011001001011110 | eea48ebceeb48eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)