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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謖餓ц | 111001101000110010001001111011001000010010001000 | e68c89ec8488 |
EUC-JP | 謖餓ц | 111010111110110010110010111011101010011111101000 | ebecb2eea7e8 |
UTF-8 | 謖餓ц | 1110100010101100100101101110100110100100100100111101000110000110 | e8ac96e9a493d186 |
UHC | 謖餓ц | 111000011101101011100100101110111010110011101000 | e1dae4bbace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)