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 | ??u??u^ | 00111111001111110111010100111111001111110111010101011110 | 3f3f753f3f755e |
SJIS-WIN | 鴆自u鴆自u^ | 1110100111101111100011101010100101110101111010011110111110001110101010010111010101011110 | e9ef8ea975e9ef8ea9755e |
EUC-JP | 鴆自u鴆自u^ | 1111001011110001101111001010101101110101111100101111000110111100101010110111010101011110 | f2f1bcab75f2f1bcab755e |
UTF-8 | 鴆自u鴆自u^ | 111010011011010010000110111010001000011110101010011101011110100110110100100001101110100010000111101010100111010101011110 | e9b486e887aa75e9b486e887aa755e |
UHC | ?自u?自u^ | 001111111110110110111011011101010011111111101101101110110111010101011110 | 3fedbb753fedbb755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)