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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 悰??? | 100011111011110111111100001111110011111100111111 | 8fbdfc3f3f3f |
UTF-8 | 悰렊렍뤶 | 111001101000001010110000111010111010000010001010111010111010000010001101111010111010010010110110 | e682b0eba08aeba08deba4b6 |
UHC | 悰렊렍뤶 | 1111000011110101100011101010000110001110101000111000111111100100 | f0f58ea18ea38fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)