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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??タ?鷹ケ | 001111110011111110000011010111100011111110010001111010011000001101010000 | 3f3f835e3f91e98350 |
EUC-JP | ??タ?鷹ケ | 001111110011111110100101101111110011111111000010111010111010010110110001 | 3f3fa5bf3fc2eba5b1 |
UTF-8 | 룶즽タ룫鷹ケ | 111010111010001110110110111011001010011010111101111000111000001010111111111010111010001110101011111010011011011110111001111000111000001010110001 | eba3b6eca6bde382bfeba3abe9b7b9e382b1 |
UHC | 룶즽タ룫鷹ケ | 100011111010101110100011100011111010101110111111100011111010001011101011111011011010101110110001 | 8faba38fabbf8fa2ebedabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)