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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 硝ヲシオ症 | 10001111110010011010011010111100101101011000111111000111 | 8fc9a6bcb58fc7 |
EUC-JP | 硝ヲシオ症 | 10111110110010111000111010100110100011101011110010001110101101011011111011001001 | becb8ea68ebc8eb5bec9 |
UTF-8 | 硝ヲシオ症 | 111001111010000110011101111011111011110110100110111011111011110110111100111011111011110110110101111001111001011110000111 | e7a19defbda6efbdbcefbdb5e79787 |
UHC | 硝???症 | 11110101101001100011111100111111001111111111000111111000 | f5a63f3f3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)