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 | íêRe^ | 100111111110110111101010010100100110010101011110 | 9fedea52655e |
SJIS-WIN | ???Re^ | 001111110011111100111111010100100110010101011110 | 3f3f3f52655e |
EUC-JP | ?íêRe^ | 00111111100011111010101110111111100011111010101110110100010100100110010101011110 | 3f8fabbf8fabb452655e |
UTF-8 | íêRe^ | 110000101001111111000011101011011100001110101010010100100110010101011110 | c29fc3adc3aa52655e |
UHC | ???Re^ | 001111110011111100111111010100100110010101011110 | 3f3f3f52655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)