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 | 100111110111101111100001011111001001111101111011111000010111110001000010 | 9f7be17c9f7be17c42 |
EUC-JP | 毬痞毬痞B | 110111011101110011100001110111011101110111011100111000011101110101000010 | dddce1dddddce1dd42 |
UTF-8 | 毬痞毬痞B | 11100110101011111010110011100111100101111001111011100110101011111010110011100111100101111001111001000010 | e6aface7979ee6aface7979e42 |
UHC | 毬?毬?B | 11001111101100110011111111001111101100110011111101000010 | cfb33fcfb33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)