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 | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
| SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
| EUC-JP | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
| UTF-8 | 챈짰혦챗혙N | 11101100101100011000100011101100101001111011000011101101100110001010011011101100101100011001011111101101100110001001100101001110 | ecb188eca7b0ed98a6ecb197ed98994e |
| UHC | 챈짰혦챗혙N | 1100001110100110110000101010111011000010100011101100001110101010110000101000010001001110 | c3a6c2aec28ec3aac2844e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)