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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕器戎萬 | 1110010011110110100010101110110110001111010111101110010011011101 | e4f68aed8f5ee4dd |
EUC-JP | 蔕器戎萬 | 1110100011111000101101001110111110111101101111111110100011011111 | e8f8b4efbdbfe8df |
UTF-8 | 蔕器戎萬 | 111010001001010010010101111001011001100110101000111001101000100010001110111010001001000010101100 | e89495e599a8e6888ee890ac |
UHC | ?器戎萬 | 00111111110100001110111111101011110101001101100010111111 | 3fd0efebd4d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)