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 | ?顔}?顔{^ | 001111111000101011100111011111010011111110001010111001110111101101011110 | 3f8ae77d3f8ae77b5e |
EUC-JP | ?顔}?顔{^ | 001111111011010011101001011111010011111110110100111010010111101101011110 | 3fb4e97d3fb4e97b5e |
UTF-8 | 쒜顔}쒜顔{^ | 111011001001001010011100111010011010000110010100011111011110110010010010100111001110100110100001100101000111101101011110 | ec929ce9a1947dec929ce9a1947b5e |
UHC | 쒜顔}쒜顔{^ | 1011111010101110111001001101010001111101101111101010111011100100110101000111101101011110 | beaee4d47dbeaee4d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)