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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 嘲?義?孔^ | 100110100111110100111111100010110110000000111111100011010100010101011110 | 9a7d3f8b603f8d455e |
EUC-JP | 嘲?義?孔^ | 110100111101111000111111101101011100000100111111101110011010011001011110 | d3de3fb5c13fb9a65e |
UTF-8 | 嘲렍義꿜孔^ | 11100101100110001011001011101011101000001000110111100111101111101010100111101010101111111001110011100101101011011001010001011110 | e598b2eba08de7bea9eabf9ce5ad945e |
UHC | 嘲렍義꿜孔^ | 1111000010111111100011101010001111101011111110011011001011100100110011011110111001011110 | f0bf8ea3ebf9b2e4cdee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)