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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | テ凝古サテ。E | 110000111000101111000011100011001100001110111011110000111010000101000101 | c38bc38cc3bbc3a145 |
EUC-JP | テ凝古サテ。E | 10001110110000111011011011000101101110001100010110001110101110111000111011000011100011101010000101000101 | 8ec3b6c5b8c58ebb8ec38ea145 |
UTF-8 | テ凝古サテ。E | 11101111101111101000001111100101100001111001110111100101100011111010010011101111101111011011101111101111101111101000001111101111101111011010000101000101 | efbe83e5879de58fa4efbdbbefbe83efbda145 |
UHC | ?凝古???E | 001111111110101111101010110011011010111100111111001111110011111101000101 | 3febeacdaf3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)