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 | ??r??P | 001111110011111101110010001111110011111101010000 | 3f3f723f3f50 |
SJIS-WIN | 鴆自r鴆自P | 11101001111011111000111010101001011100101110100111101111100011101010100101010000 | e9ef8ea972e9ef8ea950 |
EUC-JP | 鴆自r鴆自P | 11110010111100011011110010101011011100101111001011110001101111001010101101010000 | f2f1bcab72f2f1bcab50 |
UTF-8 | 鴆自r鴆自P | 1110100110110100100001101110100010000111101010100111001011101001101101001000011011101000100001111010101001010000 | e9b486e887aa72e9b486e887aa50 |
UHC | ?自r?自P | 0011111111101101101110110111001000111111111011011011101101010000 | 3fedbb723fedbb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)