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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | ??タ??C | 00111111001111111000001101011110001111110011111101000011 | 3f3f835e3f3f43 |
EUC-JP | ??タ??C | 00111111001111111010010110111111001111110011111101000011 | 3f3fa5bf3f3f43 |
UTF-8 | 룶즽タ룫李C | 11101011101000111011011011101100101001101011110111100011100000101011111111101011101000111010101111101111101001111010000101000011 | eba3b6eca6bde382bfeba3abefa7a143 |
UHC | 룶즽タ룫李C | 1000111110101011101000111000111110101011101111111000111110100010111011001011000001000011 | 8faba38fabbf8fa2ecb043 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)