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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髜鴫澵スニ^ | 111111000100000010001110101100001111101101001100101111011100011001011110 | fc408eb0fb4cbdc65e |
EUC-JP | 髜鴫澵スニ^ | 10001111111010011110110110111100101100101000111111001000111110001000111010111101100011101100011001011110 | 8fe9edbcb28fc8f88ebd8ec65e |
UTF-8 | 髜鴫澵スニ^ | 11101001101010111001110011101001101101001010101111100110101111101011010111101111101111011011110111101111101111101000011001011110 | e9ab9ce9b4abe6beb5efbdbdefbe865e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)