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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | 擎ヤシa | 11110100110101111111101011001100110101001011110001100001 | f4d7faccd4bc61 |
EUC-JP | ?擎ヤシa | 001111111000111111000001101001101000111011010100100011101011110001100001 | 3f8fc1a68ed48ebc61 |
UTF-8 | 擎ヤシa | 11101110100011101000011011100110100100111000111011101111101111101001010011101111101111011011110001100001 | ee8e86e6938eefbe94efbdbc61 |
UHC | ?擎??a | 001111111100110011010110001111110011111101100001 | 3fccd63f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)