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 | Í»Ìʹà | 10001111110011011011101111001100110010101011100111100000 | 8fcdbbcccab9e0 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Í?ÌÊ?à | 001111111000111110101010101111110011111110001111101010101100000010001111101010101011010000111111100011111010101110100010 | 3f8faabf3f8faac08faab43f8faba2 |
UTF-8 | Í»Ìʹà | 1100001010001111110000111000110111000010101110111100001110001100110000111000101011000010101110011100001110100000 | c28fc38dc2bbc38cc38ac2b9c3a0 |
UHC | ?????¹? | 0011111100111111001111110011111100111111101010011111011000111111 | 3f3f3f3f3fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)