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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 紆?小楔c^ | 111000101111110000111111100011111010110010011110101101100110001101011110 | e2fc3f8fac9eb6635e |
EUC-JP | 紆?小楔c^ | 111001001111111000111111101111101010111011011100101110000110001101011110 | e4fe3fbeaedcb8635e |
UTF-8 | 紆숥小楔c^ | 1110011110110100100001101110110010001000101001011110010110110000100011111110011010100101100101000110001101011110 | e7b486ec88a5e5b08fe6a594635e |
UHC | 紆숥小楔c^ | 11101001111000011001101001000010111000011011001111100000110110110110001101011110 | e9e19a42e1b3e0db635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)