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 | イ鍗ッ | 111100011110011110110010111110111110000010101111 | f1e7b2fbe0af |
EUC-JP | ?イ鍗ッ | 0011111110001110101100101000111111100100111011111000111010101111 | 3f8eb28fe4ef8eaf |
UTF-8 | イ鍗ッ | 111011101000010110100010111011111011110110110010111010011000110110010111111011111011110110101111 | ee85a2efbdb2e98d97efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)