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 | 戊%卵 | 100101011110100010000001100100111001011110010001 | 95e881939791 |
EUC-JP | 戊%卵 | 110010101110101010100001111100111100110111110001 | caeaa1f3cdf1 |
UTF-8 | 戊%卵 | 111001101000100010001010111011111011110010000101111001011000110110110101 | e6888aefbc85e58db5 |
UHC | 戊%卵 | 110110011110011010100011101001011101010110110000 | d9e6a3a5d5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)