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 | ?^?[}?^?[{^ | 0011111101011110001111110101101101111101001111110101111000111111010110110111101101011110 | 3f5e3f5b7d3f5e3f5b7b5e |
SJIS-WIN | ?^?[}?^?[{^ | 0011111101011110001111110101101101111101001111110101111000111111010110110111101101011110 | 3f5e3f5b7d3f5e3f5b7b5e |
EUC-JP | ?^?[}?^?[{^ | 0011111101011110001111110101101101111101001111110101111000111111010110110111101101011110 | 3f5e3f5b7d3f5e3f5b7b5e |
UTF-8 | 찼^횛[}찼^횛[{^ | 11101100101100001011110001011110111011011001101010011011010110110111110111101100101100001011110001011110111011011001101010011011010110110111101101011110 | ecb0bc5eed9a9b5b7decb0bc5eed9a9b5b7b5e |
UHC | 찼^횛[}찼^횛[{^ | 110000111010000101011110110000111001010101011011011111011100001110100001010111101100001110010101010110110111101101011110 | c3a15ec3955b7dc3a15ec3955b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)