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 | Ù??? | 11011001001111110011111100111111 | d93f3f3f |
SJIS-WIN | ?♀蹕髻 | 00111111100000011000101011100111010010101110100110011111 | 3f818ae74ae99f |
EUC-JP | Ù♀蹕髻 | 100011111010101011100011101000011110101011101101101010111111001010100001 | 8faae3a1eaedabf2a1 |
UTF-8 | Ù♀蹕髻 | 1100001110011001111000101001100110000000111010001011100110010101111010011010101110111011 | c399e29980e8b995e9abbb |
UHC | ?♀?? | 0011111110100001110011110011111100111111 | 3fa1cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)