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 | 罔育虻薔 | 1110001110100110100010001110011110001000101110001110010101001011 | e3a688e788b8e54b |
EUC-JP | 罔育虻薔 | 1110011010101000101100001110100110110000101110101110100110101100 | e6a8b0e9b0bae9ac |
UTF-8 | 罔育虻薔 | 111001111011110110010100111010001000001010110010111010001001100110111011111010001001011010010100 | e7bd94e882b2e899bbe89694 |
UHC | 罔育?薔 | 11011000110100101110101111000000001111111110110111111001 | d8d2ebc03fedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)