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^ | 100101000100010000111111010001001001010001000100001111110100010001011110 | 94443f4494443f445e |
EUC-JP | 妊?D妊?D^ | 110001111010010100111111010001001100011110100101001111110100010001011110 | c7a53f44c7a53f445e |
UTF-8 | 妊렗D妊렗D^ | 111001011010011010001010111010111010000010010111010001001110010110100110100010101110101110100000100101110100010001011110 | e5a68aeba09744e5a68aeba097445e |
UHC | 妊렗D妊렗D^ | 1110110011110100100011101010110001000100111011001111010010001110101011000100010001011110 | ecf48eac44ecf48eac445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)