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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 熱??艶λ? | 100101000100110100111111001111111000100110010000100000111100100100111111 | 944d3f3f899083c93f |
| EUC-JP | 熱??艶λ? | 110001111010111000111111001111111011000111110000101001101100101100111111 | c7ae3f3fb1f0a6cb3f |
| UTF-8 | 熱뗫젗艶λ젍 | 1110011110000110101100011110101110010111101010111110110010100000100101111110100010001001101101101100111010111011111011001010000010001101 | e786b1eb97abeca097e889b6cebbeca08d |
| UHC | 熱뗫젗艶λ젍 | 111001101111000010001011111010111010000010010011111001101111110110100101111010111010000010001110 | e6f08beba093e6fda5eba08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)