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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 莓痒}莓痒{^ | 1110010010010110111000010111100101111101111001001001011011100001011110010111101101011110 | e496e1797de496e1797b5e |
EUC-JP | 莓痒}莓痒{^ | 1110011111110110111000011101101001111101111001111111011011100001110110100111101101011110 | e7f6e1da7de7f6e1da7b5e |
UTF-8 | 莓痒}莓痒{^ | 111010001000111010010011111001111001011110010010011111011110100010001110100100111110011110010111100100100111101101011110 | e88e93e797927de88e93e797927b5e |
UHC | ?痒}?痒{^ | 001111111110010111001010011111010011111111100101110010100111101101011110 | 3fe5ca7d3fe5ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)