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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?②?鹽?^ | 0011111110000111010000010011111111101010011001000011111101011110 | 3f87413fea643f5e |
EUC-JP | ???鹽?^ | 00111111001111110011111111110011110001010011111101011110 | 3f3f3ff3c53f5e |
UTF-8 | 礪②넑鹽묺^ | 11101111101001101000010111100010100100011010000111101011100001001001000111101001101110011011110111101011101011001011101001011110 | efa685e291a1eb8491e9b9bdebacba5e |
UHC | 礪②넑鹽묺^ | 1110011010100111101010001110100010000110100111001110011110100100100100100100110101011110 | e6a7a8e8869ce7a4924d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)