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?b?W | 001111110101001000111111011000100011111101010111 | 3f523f623f57 |
SJIS-WIN | ?R?b?W | 001111110101001000111111011000100011111101010111 | 3f523f623f57 |
EUC-JP | ?R?b?W | 001111110101001000111111011000100011111101010111 | 3f523f623f57 |
UTF-8 | 묲R묯b묯W | 111010111010110010110010010100101110101110101100101011110110001011101011101011001010111101010111 | ebacb252ebacaf62ebacaf57 |
UHC | 묲R묯b묯W | 100100100100100101010010100100100100011001100010100100100100011001010111 | 924952924662924657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)