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 | ë¤¨ê° | 111010111010010010101000111010101011000010000011 | eba4a8eab083 |
SJIS-WIN | ??¨?°? | 0011111100111111100000010100111000111111100000011000101100111111 | 3f3f814e3f818b3f |
EUC-JP | 뤨� | 1000111110101011101100111000111110100010111100001010000110101111100011111010101110110100101000011110101100111111 | 8fabb38fa2f0a1af8fabb4a1eb3f |
UTF-8 | ë¤¨ê° | 110000111010101111000010101001001100001010101000110000111010101011000010101100001100001010000011 | c3abc2a4c2a8c3aac2b0c283 |
UHC | ?¤¨?°? | 001111111010001010110100101000011010011100111111101000011100011000111111 | 3fa2b4a1a73fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)