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 | ìÁÖ??? | 111011001100000111010110001111110011111100111111 | ecc1d63f3f3f |
SJIS-WIN | ???蹕繊襦 | 001111110011111100111111111001110100101010010001010000001110011001000000 | 3f3f3fe74a9140e640 |
EUC-JP | ìÁÖ蹕繊襦 | 100011111010101111000000100011111010101010100001100011111010101011010011111011011010101111000001101000011110101110100001 | 8fabc08faaa18faad3edabc1a1eba1 |
UTF-8 | ìÁÖ蹕繊襦 | 110000111010110011000011100000011100001110010110111010001011100110010101111001111011100110001010111010001010010110100110 | c3acc381c396e8b995e7b98ae8a5a6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)