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 | ëê¼³ | 111010111001010110000111111010101011110010110011 | eb9587eabcb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ë??ê?? | 10001111101010111011001100111111001111111000111110101011101101000011111100111111 | 8fabb33f3f8fabb43f3f |
UTF-8 | ëê¼³ | 110000111010101111000010100101011100001010000111110000111010101011000010101111001100001010110011 | c3abc295c287c3aac2bcc2b3 |
UHC | ????¼³ | 0011111100111111001111110011111110101000111110011010100111111000 | 3f3f3f3fa8f9a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)