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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 擒}擒{^ | 10011101101000000111110110011101101000000111101101011110 | 9da07d9da07b5e |
EUC-JP | 擒}擒{^ | 11011010101000100111110111011010101000100111101101011110 | daa27ddaa27b5e |
UTF-8 | 擒}擒{^ | 111001101001001110010010011111011110011010010011100100100111101101011110 | e693927de693927b5e |
UHC | 擒}擒{^ | 11010000110100110111110111010000110100110111101101011110 | d0d37dd0d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)