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 | 塋よ????^ | 100110101100100010000010111001100011111100111111001111110011111101011110 | 9ac882e63f3f3f3f5e |
EUC-JP | 塋よ?濚??^ | 1101010011001010101001001110100000111111100011111100100110100001001111110011111101011110 | d4caa4e83f8fc9a13f3f5e |
UTF-8 | 塋よ떨濚겼쩀^ | 11100101101000011000101111100011100000101000100011101011100101101010100011100110101111111001101011101010101100101011110011101100101010011000000001011110 | e5a18be38288eb96a8e6bf9aeab2bceca9805e |
UHC | 塋よ떨濚겼쩀^ | 11100111101010111010101011101000101101101011001111100111101110011011000011100101101001001001101001011110 | e7abaae8b6b3e7b9b0e5a49a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)