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 | ????k?^ | 0011111100111111001111110011111110000010100010110011111101011110 | 3f3f3f3f828b3f5e |
EUC-JP | ????k?^ | 0011111100111111001111110011111110100011111010110011111101011110 | 3f3f3f3fa3eb3f5e |
UTF-8 | 惡욎쒼溜k젒^ | 11101111101001101011100111101100100110101000111011101100100100101011110011101111101001111000101111101111101111011000101111101100101000001001001001011110 | efa6b9ec9a8eec92bcefa78befbd8beca0925e |
UHC | 惡욎쒼溜k젒^ | 11100111111101111001111011101100101111101011000011101010111111101010001111101011101000001001000101011110 | e7f79eecbeb0eafea3eba0915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)