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 | ûI¤éµû^ | 11111011010010011010010011101001101101011111101101011110 | fb49a4e9b5fb5e |
SJIS-WIN | ?I????^ | 00111111010010010011111100111111001111110011111101011110 | 3f493f3f3f3f5e |
EUC-JP | ûI¤é?û^ | 100011111010101111100101010010011000111110100010111100001000111110101011101100010011111110001111101010111110010101011110 | 8fabe5498fa2f08fabb13f8fabe55e |
UTF-8 | ûI¤éµû^ | 110000111011101101001001110000101010010011000011101010011100001010110101110000111011101101011110 | c3bb49c2a4c3a9c2b5c3bb5e |
UHC | ?I¤???^ | 0011111101001001101000101011010000111111001111110011111101011110 | 3f49a2b43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)