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??^ | 001111110011111101010010001111110011111101011110 | 3f3f523f3f5e |
SJIS-WIN | 鴆自R鴆自^ | 11101001111011111000111010101001010100101110100111101111100011101010100101011110 | e9ef8ea952e9ef8ea95e |
EUC-JP | 鴆自R鴆自^ | 11110010111100011011110010101011010100101111001011110001101111001010101101011110 | f2f1bcab52f2f1bcab5e |
UTF-8 | 鴆自R鴆自^ | 1110100110110100100001101110100010000111101010100101001011101001101101001000011011101000100001111010101001011110 | e9b486e887aa52e9b486e887aa5e |
UHC | ?自R?自^ | 0011111111101101101110110101001000111111111011011011101101011110 | 3fedbb523fedbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)