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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | ?鴨e^ | 0011111110001010100110110110010101011110 | 3f8a9b655e |
EUC-JP | 侁鴨e^ | 10001111101100001111110010110011111110110110010101011110 | 8fb0fcb3fb655e |
UTF-8 | 侁鴨e^ | 1110010010111110100000011110100110110100101010000110010101011110 | e4be81e9b4a8655e |
UHC | 侁鴨e^ | 111000111110000011100100111001010110010101011110 | e3e0e4e5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)