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 | ûU£ | 111110110101010110100011 | fb55a3 |
SJIS-WIN | ?U£ | 00111111010101011000000110010010 | 3f558192 |
EUC-JP | ûU£ | 100011111010101111100101010101011010000111110010 | 8fabe555a1f2 |
UTF-8 | ûU£ | 1100001110111011010101011100001010100011 | c3bb55c2a3 |
UHC | ?U? | 001111110101010100111111 | 3f553f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)