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 | ú±î | 11111010101100011000111111101110 | fab18fee |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ú±?î | 100011111010101111100010101000011101111000111111100011111010101111000010 | 8fabe2a1de3f8fabc2 |
UTF-8 | ú±î | 1100001110111010110000101011000111000010100011111100001110101110 | c3bac2b1c28fc3ae |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)