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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鹿錝辞 | 1111000111100001100011101010110111111011110111011000111010101011 | f1e18eadfbdd8eab |
EUC-JP | ?鹿錝辞 | 0011111110111100101011111000111111100100110110111011110010101101 | 3fbcaf8fe4dbbcad |
UTF-8 | 鹿錝辞 | 111011101000010110011100111010011011100110111111111010011000110010011101111010001011111010011110 | ee859ce9b9bfe98c9de8be9e |
UHC | ?鹿?? | 0011111111010110111000110011111100111111 | 3fd6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)