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 | ´RH | 100100011011010010010010010100101001001001001000 | 91b492529248 |
SJIS-WIN | ?´?R?H | 00111111100000010100110000111111010100100011111101001000 | 3f814c3f523f48 |
EUC-JP | ?´?R?H | 00111111101000011010110100111111010100100011111101001000 | 3fa1ad3f523f48 |
UTF-8 | ´RH | 11000010100100011100001010110100110000101001001001010010110000101001001001001000 | c291c2b4c29252c29248 |
UHC | ?´?R?H | 00111111101000101010010100111111010100100011111101001000 | 3fa2a53f523f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)