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^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 臍??射?c^ | 111001000110000000111111001111111000111011001011001111110110001101011110 | e4603f3f8ecb3f635e |
EUC-JP | 臍??射?c^ | 111001111100000100111111001111111011110011001101001111110110001101011110 | e7c13f3fbccd3f635e |
UTF-8 | 臍멸렰射렕c^ | 1110100010000111100011011110101110101001101110001110101110100000101100001110010110110000100001001110101110100000100101010110001101011110 | e8878deba9b8eba0b0e5b084eba095635e |
UHC | 臍멸렰射렕c^ | 111100001011000010111000111010101000111010111101110111101101001010001110101010100110001101011110 | f0b0b8ea8ebdded28eaa635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)