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 | 蔔惹ソ・ | 111001001111011110001110111001001011111110100101 | e4f78ee4bfa5 |
EUC-JP | 蔔惹ソ・ | 1110100011111001101111001110011010001110101111111000111010100101 | e8f9bce68ebf8ea5 |
UTF-8 | 蔔惹ソ・ | 111010001001010010010100111001101000001110111001111011111011110110111111111011111011110110100101 | e89494e683b9efbdbfefbda5 |
UHC | 蔔惹?? | 110111001101101111100101101010010011111100111111 | dcdbe5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)