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 | ?靜[}?靜[{^ | 0011111111101000110011100101101101111101001111111110100011001110010110110111101101011110 | 3fe8ce5b7d3fe8ce5b7b5e |
EUC-JP | ?靜[}?靜[{^ | 0011111111110000110100000101101101111101001111111111000011010000010110110111101101011110 | 3ff0d05b7d3ff0d05b7b5e |
UTF-8 | 장靜[}장靜[{^ | 1110110010011110101001011110100110011101100111000101101101111101111011001001111010100101111010011001110110011100010110110111101101011110 | ec9ea5e99d9c5b7dec9ea5e99d9c5b7b5e |
UHC | 장靜[}장靜[{^ | 11000000111001011111000010100001010110110111110111000000111001011111000010100001010110110111101101011110 | c0e5f0a15b7dc0e5f0a15b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)