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{^ | 1110100111101011011111010101011001111101111010011110101101111101010101100111101101011110 | e9eb7d567de9eb7d567b5e |
EUC-JP | 鴉}V}鴉}V{^ | 1111001011101101011111010101011001111101111100101110110101111101010101100111101101011110 | f2ed7d567df2ed7d567b5e |
UTF-8 | 鴉}V}鴉}V{^ | 11101001101101001000100101111101010101100111110111101001101101001000100101111101010101100111101101011110 | e9b4897d567de9b4897d567b5e |
UHC | 鴉}V}鴉}V{^ | 1110010010111100011111010101011001111101111001001011110001111101010101100111101101011110 | e4bc7d567de4bc7d567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)