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 | £º£©rB | 101000111011101010100011101010010111001001000010 | a3baa3a97242 |
SJIS-WIN | £?£?rB | 1000000110010010001111111000000110010010001111110111001001000010 | 81923f81923f7242 |
EUC-JP | £º£©rB | 101000011111001010001111101000101110101110100001111100101000111110100010111011010111001001000010 | a1f28fa2eba1f28fa2ed7242 |
UTF-8 | £º£©rB | 11000010101000111100001010111010110000101010001111000010101010010111001001000010 | c2a3c2bac2a3c2a97242 |
UHC | ?º??rB | 00111111101010001010110000111111001111110111001001000010 | 3fa8ac3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)