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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈捨粮 | 100011101101111110001110110011001110001011101100 | 8edf8ecce2ec |
EUC-JP | 釈捨粮 | 101111001110000110111100110011101110010011101110 | bce1bccee4ee |
UTF-8 | 釈捨粮 | 111010011000011110001000111001101000110110101000111001111011001010101110 | e98788e68da8e7b2ae |
UHC | ?捨粮 | 0011111111011110110101111101010111011011 | 3fded7d5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)