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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 脱尊俗^ | 10010010010001011001000110111000100100011010110101011110 | 924591b891ad5e |
EUC-JP | 脱尊俗^ | 11000011101001101100001010111010110000101010111101011110 | c3a6c2bac2af5e |
UTF-8 | 脱尊俗^ | 11101000100001001011000111100101101100001000101011100100101111111001011101011110 | e884b1e5b08ae4bf975e |
UHC | ?尊俗^ | 001111111111000011101110111000011101010001011110 | 3ff0eee1d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)