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 | ëç°îÕý | 111010111110011110110000111011101101010111111101 | ebe7b0eed5fd |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ëç°îÕý | 1000111110101011101100111000111110101011101011101010000111101011100011111010101111000010100011111010101011011000100011111010101111110010 | 8fabb38fabaea1eb8fabc28faad88fabf2 |
UTF-8 | ëç°îÕý | 110000111010101111000011101001111100001010110000110000111010111011000011100101011100001110111101 | c3abc3a7c2b0c3aec395c3bd |
UHC | ??°??? | 00111111001111111010000111000110001111110011111100111111 | 3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)