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{^ | 001111110111110101010110011111010011111101111101010101100111101101011110 | 3f7d567d3f7d567b5e |
SJIS-WIN | ?}V}?}V{^ | 001111110111110101010110011111010011111101111101010101100111101101011110 | 3f7d567d3f7d567b5e |
EUC-JP | ?}V}?}V{^ | 001111110111110101010110011111010011111101111101010101100111101101011110 | 3f7d567d3f7d567b5e |
UTF-8 | 뮳}V}뮳}V{^ | 11101011101011101011001101111101010101100111110111101011101011101011001101111101010101100111101101011110 | ebaeb37d567debaeb37d567b5e |
UHC | 뮳}V}뮳}V{^ | 1001001010111100011111010101011001111101100100101011110001111101010101100111101101011110 | 92bc7d567d92bc7d567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)