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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍帛、懷棆 | 111010001011011110011011111001011010010010011100111001011001111010110000 | e8b79be5a49ce59eb0 |
EUC-JP | 霍帛、懷棆 | 11110000101110011101011011100111100011101010010011011000111001111101110010110010 | f0b9d6e78ea4d8e7dcb2 |
UTF-8 | 霍帛、懷棆 | 111010011001110010001101111001011011100010011011111011111011110110100100111001101000011110110111111001101010001110000110 | e99c8de5b89befbda4e687b7e6a386 |
UHC | ?帛?懷? | 00111111110110111101100100111111111111001110001100111111 | 3fdbd93ffce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)