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 | 111000111101111010011111011101111110001111011110100111110111011101000010 | e3de9f77e3de9f7742 |
EUC-JP | 聳毆聳毆B | 111001101110000011011101110110001110011011100000110111011101100001000010 | e6e0ddd8e6e0ddd842 |
UTF-8 | 聳毆聳毆B | 11101000100000011011001111100110101011111000011011101000100000011011001111100110101011111000011001000010 | e881b3e6af86e881b3e6af8642 |
UHC | 聳毆聳毆B | 111010011100011011001111101100101110100111000110110011111011001001000010 | e9c6cfb2e9c6cfb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)