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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 適?D適?D^ | 100100110100101100111111010001001001001101001011001111110100010001011110 | 934b3f44934b3f445e |
EUC-JP | 適?D適?D^ | 110001011010110000111111010001001100010110101100001111110100010001011110 | c5ac3f44c5ac3f445e |
UTF-8 | 適렞D適렞D^ | 111010011000000110101001111010111010000010011110010001001110100110000001101010011110101110100000100111100100010001011110 | e981a9eba09e44e981a9eba09e445e |
UHC | 適렞D適렞D^ | 1110111011101010100011101010111101000100111011101110101010001110101011110100010001011110 | eeea8eaf44eeea8eaf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)