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 | ?梗??^ | 001111111000110101011011001111110011111101011110 | 3f8d5b3f3f5e |
EUC-JP | ?梗?暻^ | 0011111110111001101111000011111110001111110000101101110101011110 | 3fb9bc3f8fc2dd5e |
UTF-8 | 뤾梗뤾暻^ | 11101011101001001011111011100110101000101001011111101011101001001011111011100110100110101011101101011110 | eba4bee6a297eba4bee69abb5e |
UHC | 뤾梗뤾暻^ | 100011111110101011001100110110111000111111101010110011001101100101011110 | 8feaccdb8feaccd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)