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 | æ¯N | 111001101010111110001011100011001000010001001110 | e6af8b8c844e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | �??N | 10001111101010011100000110001111101000101011010000111111001111110011111101001110 | 8fa9c18fa2b43f3f3f4e |
UTF-8 | æ¯N | 1100001110100110110000101010111111000010100010111100001010001100110000101000010001001110 | c3a6c2afc28bc28cc2844e |
UHC | æ????N | 10101001101000010011111100111111001111110011111101001110 | a9a13f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)