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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?窪畔燼?^ | 001111111000110001000101100101001100100011100000100111100011111101011110 | 3f8c4594c8e09e3f5e |
EUC-JP | ?窪畔燼?^ | 001111111011011110100110110010001100101011011111111111100011111101011110 | 3fb7a6c8cadffe3f5e |
UTF-8 | 뤵窪畔燼줆^ | 11101011101001001011010111100111101010101010101011100111100101011001010011100111100001111011110011101100101001001000011001011110 | eba4b5e7aaaae79594e787bceca4865e |
UHC | 뤵窪畔燼줆^ | 1000111111100011111010001100000111011010111011011110001111101000110000011101101101011110 | 8fe3e8c1daede3e8c1db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)