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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 毬痞痿^ | 10011111011110111110000101111100111000010111111001011110 | 9f7be17ce17e5e |
EUC-JP | 毬痞痿^ | 11011101110111001110000111011101111000011101111101011110 | dddce1dde1df5e |
UTF-8 | 毬痞痿^ | 11100110101011111010110011100111100101111001111011100111100101111011111101011110 | e6aface7979ee797bf5e |
UHC | 毬??^ | 1100111110110011001111110011111101011110 | cfb33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)