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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 暹?n}暹?n{^ | 1001110111111001001111110110111001111101100111011111100100111111011011100111101101011110 | 9df93f6e7d9df93f6e7b5e |
EUC-JP | 暹?n}暹?n{^ | 1101101011111011001111110110111001111101110110101111101100111111011011100111101101011110 | dafb3f6e7ddafb3f6e7b5e |
UTF-8 | 暹멫n}暹멫n{^ | 1110011010011010101110011110101110101001101010110110111001111101111001101001101010111001111010111010100110101011011011100111101101011110 | e69ab9eba9ab6e7de69ab9eba9ab6e7b5e |
UHC | 暹멫n}暹멫n{^ | 11100000111001111001000101010110011011100111110111100000111001111001000101010110011011100111101101011110 | e0e791566e7de0e791566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)