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 | íêRSB | 100111111110110111101010010100100101001101000010 | 9fedea525342 |
SJIS-WIN | ???RSB | 001111110011111100111111010100100101001101000010 | 3f3f3f525342 |
EUC-JP | ?íêRSB | 00111111100011111010101110111111100011111010101110110100010100100101001101000010 | 3f8fabbf8fabb4525342 |
UTF-8 | íêRSB | 110000101001111111000011101011011100001110101010010100100101001101000010 | c29fc3adc3aa525342 |
UHC | ???RSB | 001111110011111100111111010100100101001101000010 | 3f3f3f525342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)