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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 二?二?B | 10010011111100010011111110010011111100010011111101000010 | 93f13f93f13f42 |
EUC-JP | 二?二?B | 11000110111100110011111111000110111100110011111101000010 | c6f33fc6f33f42 |
UTF-8 | 二㏁二㏁B | 11100100101110101000110011100011100011111000000111100100101110101000110011100011100011111000000101000010 | e4ba8ce38f81e4ba8ce38f8142 |
UHC | 二㏁二㏁B | 111011001010001110100111110110111110110010100011101001111101101101000010 | eca3a7dbeca3a7db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)