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 | úRúoú]^ | 10001101111110100101001010001101111110100110111110001101111110100101110101011110 | 8dfa528dfa6f8dfa5d5e |
SJIS-WIN | ??R??o??]^ | 00111111001111110101001000111111001111110110111100111111001111110101110101011110 | 3f3f523f3f6f3f3f5d5e |
EUC-JP | ?úR?úo?ú]^ | 00111111100011111010101111100010010100100011111110001111101010111110001001101111001111111000111110101011111000100101110101011110 | 3f8fabe2523f8fabe26f3f8fabe25d5e |
UTF-8 | úRúoú]^ | 11000010100011011100001110111010010100101100001010001101110000111011101001101111110000101000110111000011101110100101110101011110 | c28dc3ba52c28dc3ba6fc28dc3ba5d5e |
UHC | ??R??o??]^ | 00111111001111110101001000111111001111110110111100111111001111110101110101011110 | 3f3f523f3f6f3f3f5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)