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 | チ?賈 | 11000001001111111110011011001001 | c13fe6c9 |
EUC-JP | チ譒賈 | 10001110110000011000111111011110110010101110110011001011 | 8ec18fdecaeccb |
UTF-8 | チ譒賈 | 111011111011111010000001111010001010110110010010111010001011001110001000 | efbe81e8ad92e8b388 |
UHC | ??賈 | 00111111001111111100101010111001 | 3f3fcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)