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 | ð¼ºú | 11110000101111001011101011111010 | f0bcbafa |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ð?ºú | 10001111101010011100001100111111100011111010001011101011100011111010101111100010 | 8fa9c33f8fa2eb8fabe2 |
UTF-8 | ð¼ºú | 1100001110110000110000101011110011000010101110101100001110111010 | c3b0c2bcc2bac3ba |
UHC | � | 10101001101000111010100011111001101010001010110000111111 | a9a3a8f9a8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)