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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 獰g?獰??\ | 11100000110101101000001010000111001111111110000011010110001111110011111101011100 | e0d682873fe0d63f3f5c |
EUC-JP | 獰g?獰??\ | 11100000110110001010001111100111001111111110000011011000001111110011111101011100 | e0d8a3e73fe0d83f3f5c |
UTF-8 | 獰g뎳獰녺풛\ | 11100111100011011011000011101111101111011000011111101011100011101011001111100111100011011011000011101011100001011011101011101101100100101001101101011100 | e78db0efbd87eb8eb3e78db0eb85baed929b5c |
UHC | 獰g뎳獰녺풛\ | 11100111101111101010001111100111100010011000011011100111101111101000011011100111101111101001111001011100 | e7bea3e78986e7be86e7be9e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)