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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紆楔紆 | 111000101111110010011110101101101110001011111100 | e2fc9eb6e2fc |
EUC-JP | 紆楔紆 | 111001001111111011011100101110001110010011111110 | e4fedcb8e4fe |
UTF-8 | 紆楔紆 | 111001111011010010000110111001101010010110010100111001111011010010000110 | e7b486e6a594e7b486 |
UHC | 紆楔紆 | 111010011110000111100000110110111110100111100001 | e9e1e0dbe9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)