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{^ | 0011111101100000001111110101011001111101001111110110000000111111010101100111101101011110 | 3f603f567d3f603f567b5e |
SJIS-WIN | ?`?V}?`?V{^ | 0011111101100000001111110101011001111101001111110110000000111111010101100111101101011110 | 3f603f567d3f603f567b5e |
EUC-JP | ?`?V}?`?V{^ | 0011111101100000001111110101011001111101001111110110000000111111010101100111101101011110 | 3f603f567d3f603f567b5e |
UTF-8 | 챈`혡V}챈`혡V{^ | 11101100101100011000100001100000111011011001100010100001010101100111110111101100101100011000100001100000111011011001100010100001010101100111101101011110 | ecb18860ed98a1567decb18860ed98a1567b5e |
UHC | 챈`혡V}챈`혡V{^ | 110000111010011001100000110000101000101001010110011111011100001110100110011000001100001010001010010101100111101101011110 | c3a660c28a567dc3a660c28a567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)