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 | 蒔}蒔{^ | 1111000111111011100011101010101001111101111100011111101110001110101010100111101101011110 | f1fb8eaa7df1fb8eaa7b5e |
EUC-JP | ?蒔}?蒔{^ | 001111111011110010101100011111010011111110111100101011000111101101011110 | 3fbcac7d3fbcac7b5e |
UTF-8 | 蒔}蒔{^ | 111011101000010110110110111010001001001010010100011111011110111010000101101101101110100010010010100101000111101101011110 | ee85b6e892947dee85b6e892947b5e |
UHC | ?蒔}?蒔{^ | 001111111110001111001000011111010011111111100011110010000111101101011110 | 3fe3c87d3fe3c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)