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 | 凹??節??^ | 100010011001101000111111001111111001000011011111001111110011111101011110 | 899a3f3f90df3f3f5e |
EUC-JP | 凹??節??^ | 101100011111101000111111001111111100000011100001001111110011111101011110 | b1fa3f3fc0e13f3f5e |
UTF-8 | 凹뤷몠節㏆슬^ | 11100101100001111011100111101011101001001011011111101011101010101010000011100111101011111000000011100011100011111000011011101100100010101010110001011110 | e587b9eba4b7ebaaa0e7af80e38f86ec8aac5e |
UHC | 凹뤷몠節㏆슬^ | 11101000111010101000111111100101100100011000111011101111101111011010011111101111101111011011110101011110 | e8ea8fe5918eefbda7efbdbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)