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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?砦[}?砦[{^ | 0011111110001101110101000101101101111101001111111000110111010100010110110111101101011110 | 3f8dd45b7d3f8dd45b7b5e |
EUC-JP | ?砦[}?砦[{^ | 0011111110111010110101100101101101111101001111111011101011010110010110110111101101011110 | 3fbad65b7d3fbad65b7b5e |
UTF-8 | 장砦[}장砦[{^ | 1110110010011110101001011110011110100000101001100101101101111101111011001001111010100101111001111010000010100110010110110111101101011110 | ec9ea5e7a0a65b7dec9ea5e7a0a65b7b5e |
UHC | 장砦[}장砦[{^ | 11000000111001011111001111110110010110110111110111000000111001011111001111110110010110110111101101011110 | c0e5f3f65b7dc0e5f3f65b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)