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 | ëç²íÈ¡ | 111010111110011110110010111011011100100010100001 | ebe7b2edc8a1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëç?íÈ¡ | 10001111101010111011001110001111101010111010111000111111100011111010101110111111100011111010101010110010100011111010001011000010 | 8fabb38fabae3f8fabbf8faab28fa2c2 |
UTF-8 | ëç²íÈ¡ | 110000111010101111000011101001111100001010110010110000111010110111000011100010001100001010100001 | c3abc3a7c2b2c3adc388c2a1 |
UHC | ??²??¡ | 0011111100111111101010011111011100111111001111111010001010101110 | 3f3fa9f73f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)