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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 脱尊脱尊^ | 100100100100010110010001101110001001001001000101100100011011100001011110 | 924591b8924591b85e |
EUC-JP | 脱尊脱尊^ | 110000111010011011000010101110101100001110100110110000101011101001011110 | c3a6c2bac3a6c2ba5e |
UTF-8 | 脱尊脱尊^ | 11101000100001001011000111100101101100001000101011101000100001001011000111100101101100001000101001011110 | e884b1e5b08ae884b1e5b08a5e |
UHC | ?尊?尊^ | 00111111111100001110111000111111111100001110111001011110 | 3ff0ee3ff0ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)