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 | íêRx | 1001111111101101111010100101001001111000 | 9fedea5278 |
SJIS-WIN | ???Rx | 0011111100111111001111110101001001111000 | 3f3f3f5278 |
EUC-JP | ?íêRx | 001111111000111110101011101111111000111110101011101101000101001001111000 | 3f8fabbf8fabb45278 |
UTF-8 | íêRx | 1100001010011111110000111010110111000011101010100101001001111000 | c29fc3adc3aa5278 |
UHC | ???Rx | 0011111100111111001111110101001001111000 | 3f3f3f5278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)