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 | ¯°¡F | 1001000110101111100100011011000010010001101000011001001001000110 | 91af91b091a19246 |
SJIS-WIN | ???°???F | 001111110011111100111111100000011000101100111111001111110011111101000110 | 3f3f3f818b3f3f3f46 |
EUC-JP | ?¯?°?¡?F | 00111111100011111010001010110100001111111010000111101011001111111000111110100010110000100011111101000110 | 3f8fa2b43fa1eb3f8fa2c23f46 |
UTF-8 | ¯°¡F | 110000101001000111000010101011111100001010010001110000101011000011000010100100011100001010100001110000101001001001000110 | c291c2afc291c2b0c291c2a1c29246 |
UHC | ???°?¡?F | 00111111001111110011111110100001110001100011111110100010101011100011111101000110 | 3f3f3fa1c63fa2ae3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)