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 | 楡蝎?? | 100111101011111011100101100110010011111100111111 | 9ebee5993f3f |
EUC-JP | 楡蝎?? | 110111001100000011101001111110010011111100111111 | dcc0e9f93f3f |
UTF-8 | 楡蝎씌뤙 | 111001101010010110100001111010001001110110001110111011001001010010001100111010111010010010011001 | e6a5a1e89d8eec948ceba499 |
UHC | 楡蝎씌뤙 | 1110101011111000110010101110100110111110101110101000111111001000 | eaf8cae9beba8fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)