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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髦ィ諷包スゥ | 111010011001100010101000111001101000010110010101111011111011110110101001 | e998a8e68595efbda9 |
EUC-JP | 髦ィ諷包スゥ | 111100011111100010001110101010001110101111100101110010101111000110001110101111011000111010101001 | f1f88ea8ebe5caf18ebd8ea9 |
UTF-8 | 髦ィ諷包スゥ | 111010011010101110100110111011111011110110101000111010001010101110110111111001011000110010000101111011111011110110111101111011111011110110101001 | e9aba6efbda8e8abb7e58c85efbdbdefbda9 |
UHC | ??諷包?? | 0011111100111111111110011010010011111000110100000011111100111111 | 3f3ff9a4f8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)