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 | ºÃ¢« | 1000111110111010110000111010001010101011 | 8fbac3a2ab |
SJIS-WIN | ???¢? | 001111110011111100111111100000011001000100111111 | 3f3f3f81913f |
EUC-JP | ?ºÃ¢? | 00111111100011111010001011101011100011111010101010101010101000011111000100111111 | 3f8fa2eb8faaaaa1f13f |
UTF-8 | ºÃ¢« | 11000010100011111100001010111010110000111000001111000010101000101100001010101011 | c28fc2bac383c2a2c2ab |
UHC | ?º??? | 001111111010100010101100001111110011111100111111 | 3fa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)