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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鏑?蒸?言B | 100100110100110000111111100011111111011000111111100011001011111001000010 | 934c3f8ff63f8cbe42 |
EUC-JP | 鏑?蒸?言B | 110001011010110100111111101111101111100000111111101110001100000001000010 | c5ad3fbef83fb8c042 |
UTF-8 | 鏑렍蒸얘言B | 11101001100011111001000111101011101000001000110111101000100100101011100011101100100101101001100011101000101010001000000001000010 | e98f91eba08de892b8ec9698e8a88042 |
UHC | 鏑렍蒸얘言B | 1110111011101011100011101010001111110001111110101011111011101010111001011110101101000010 | eeeb8ea3f1fabeeae5eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)