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 | ë²ê¼¨ | 111010111000110010110010111010101011110010101000 | eb8cb2eabca8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ë??ê?¨ | 1000111110101011101100110011111100111111100011111010101110110100001111111010000110101111 | 8fabb33f3f8fabb43fa1af |
UTF-8 | ë²ê¼¨ | 110000111010101111000010100011001100001010110010110000111010101011000010101111001100001010101000 | c3abc28cc2b2c3aac2bcc2a8 |
UHC | ??²?¼¨ | 001111110011111110101001111101110011111110101000111110011010000110100111 | 3f3fa9f73fa8f9a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)