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 | 螟懆ヶ魃 | 1110010110100100100111001110100010000011100101101110100110101111 | e5a49ce88396e9af |
EUC-JP | 螟懆ヶ魃 | 1110101010100110110110001110101010100101111101101111001010110001 | eaa6d8eaa5f6f2b1 |
UTF-8 | 螟懆ヶ魃 | 111010001001111010011111111001101000011110000110111000111000001110110110111010011010110110000011 | e89e9fe68786e383b6e9ad83 |
UHC | 螟?ヶ魃 | 11011001101011010011111110101011111101101101101110100110 | d9ad3fabf6dba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)