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 | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-WIN | 止?V}止?V{^ | 1000111001111110001111110101011001111101100011100111111000111111010101100111101101011110 | 8e7e3f567d8e7e3f567b5e |
EUC-JP | 止?V}止?V{^ | 1011101111011111001111110101011001111101101110111101111100111111010101100111101101011110 | bbdf3f567dbbdf3f567b5e |
UTF-8 | 止렲V}止렲V{^ | 1110011010101101101000101110101110100000101100100101011001111101111001101010110110100010111010111010000010110010010101100111101101011110 | e6ada2eba0b2567de6ada2eba0b2567b5e |
UHC | 止렲V}止렲V{^ | 11110010101011011000111010111111010101100111110111110010101011011000111010111111010101100111101101011110 | f2ad8ebf567df2ad8ebf567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)