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 | è¬é¤Ñ | 1110100010101100100101101110100110100100100100111101000110000110 | e8ac96e9a493d186 |
SJIS-WIN | ?¬?????? | 001111111000000111001010001111110011111100111111001111110011111100111111 | 3f81ca3f3f3f3f3f3f |
EUC-JP | è¬?é¤?Ñ? | 1000111110101011101100101010001011001100001111111000111110101011101100011000111110100010111100000011111110001111101010101101000000111111 | 8fabb2a2cc3f8fabb18fa2f03f8faad03f |
UTF-8 | è¬é¤Ñ | 11000011101010001100001010101100110000101001011011000011101010011100001010100100110000101001001111000011100100011100001010000110 | c3a8c2acc296c3a9c2a4c293c391c286 |
UHC | ????¤??? | 001111110011111100111111001111111010001010110100001111110011111100111111 | 3f3f3f3fa2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)