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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 魄暦スゥ\ | 11101001101011101001011111101111101111011010100101011100 | e9ae97efbda95c |
EUC-JP | 魄暦スゥ\ | 111100101011000011001110111100011000111010111101100011101010100101011100 | f2b0cef18ebd8ea95c |
UTF-8 | 魄暦スゥ\ | 11101001101011011000010011100110100110101010011011101111101111011011110111101111101111011010100101011100 | e9ad84e69aa6efbdbdefbda95c |
UHC | 魄???\ | 110110111101111000111111001111110011111101011100 | dbde3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)