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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??褪??槌^ | 001111110011111111100101111100100011111100111111100100101100011001011110 | 3f3fe5f23f3f92c65e |
EUC-JP | ??褪??槌^ | 001111110011111111101010111101000011111100111111110001001100100001011110 | 3f3feaf43f3fc4c85e |
UTF-8 | 웸뤪褪웸뤪槌^ | 11101100100110111011100011101011101001001010101011101000101001001010101011101100100110111011100011101011101001001010101011100110101001111000110001011110 | ec9bb8eba4aae8a4aaec9bb8eba4aae6a78c5e |
UHC | 웸뤪褪웸뤪槌^ | 11000000101001001000111111011000111101111101101111000000101001001000111111011000111101111101100101011110 | c0a48fd8f7dbc0a48fd8f7d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)