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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 駝勉\ | 1110100101101011100101011101011101011100 | e96b95d75c |
EUC-JP | 駝勉\ | 1111000111001100110010101101100101011100 | f1cccad95c |
UTF-8 | 駝勉\ | 11101001101001111001110111100101100010111000100101011100 | e9a79de58b895c |
UHC | 駝勉\ | 1111011011101111110110001111010101011100 | f6efd8f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)