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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 炎??~ | 1000100110001010001111110011111101111110 | 898a3f3f7e |
EUC-JP | 炎??~ | 1011000111101010001111110011111101111110 | b1ea3f3f7e |
UTF-8 | 炎곻풗~ | 11100111100000101000111011101010101100111011101111101101100100101001011101111110 | e7828eeab3bbed92977e |
UHC | 炎곻풗~ | 11100110111110101000000111101111101111101001101001111110 | e6fa81efbe9a7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)