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 | 霍帚с | 111010001011011110011011111000101000010010000011 | e8b79be28483 |
EUC-JP | 霍帚с | 111100001011100111010110111001001010011111100011 | f0b9d6e4a7e3 |
UTF-8 | 霍帚с | 1110100110011100100011011110010110111000100110101101000110000001 | e99c8de5b89ad181 |
UHC | ??с | 00111111001111111010110011100011 | 3f3face3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)