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 | ëç°îÔ¦ | 111010111110011110110000111011101101010010100110 | ebe7b0eed4a6 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ëç°îÔ¦ | 1000111110101011101100111000111110101011101011101010000111101011100011111010101111000010100011111010101011010100100011111010001011000011 | 8fabb38fabaea1eb8fabc28faad48fa2c3 |
UTF-8 | ëç°îÔ¦ | 110000111010101111000011101001111100001010110000110000111010111011000011100101001100001010100110 | c3abc3a7c2b0c3aec394c2a6 |
UHC | ??°??? | 00111111001111111010000111000110001111110011111100111111 | 3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)