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 | è´ë \ | 11101000101101001000100011101011101000001000111001011100 | e8b488eba08e5c |
SJIS-WIN | ?´????\ | 0011111110000001010011000011111100111111001111110011111101011100 | 3f814c3f3f3f3f5c |
EUC-JP | è´?ë??\ | 100011111010101110110010101000011010110100111111100011111010101110110011001111110011111101011100 | 8fabb2a1ad3f8fabb33f3f5c |
UTF-8 | è´ë \ | 11000011101010001100001010110100110000101000100011000011101010111100001010100000110000101000111001011100 | c3a8c2b4c288c3abc2a0c28e5c |
UHC | ?´????\ | 0011111110100010101001010011111100111111001111110011111101011100 | 3fa2a53f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)