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 | ﯊| 1100001110101111110000101010111111000101 | c3afc2afc5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ﯊| 100011111010101010101010100011111010001010110100100011111010101010100100100011111010001010110100100011111010101010101001 | 8faaaa8fa2b48faaa48fa2b48faaa9 |
UTF-8 | ﯊| 11000011100000111100001010101111110000111000001011000010101011111100001110000101 | c383c2afc382c2afc385 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)