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 | 100111110111101111101000111011001001111101111011111010001110110001000010 | 9f7be8ec9f7be8ec42 |
EUC-JP | 毬韲毬韲B | 110111011101110011110000111011101101110111011100111100001110111001000010 | dddcf0eedddcf0ee42 |
UTF-8 | 毬韲毬韲B | 11100110101011111010110011101001100111111011001011100110101011111010110011101001100111111011001001000010 | e6aface99fb2e6aface99fb242 |
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)