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 | 儲?賈 | 1001011011010111001111111110011011001001 | 96d73fe6c9 |
EUC-JP | 儲泮賈 | 11001100110110011000111111000111101010001110110011001011 | ccd98fc7a8eccb |
UTF-8 | 儲泮賈 | 111001011000010010110010111001101011001110101110111010001011001110001000 | e584b2e6b3aee8b388 |
UHC | 儲泮賈 | 111011101011100111011010111010101100101010111001 | eeb9daeacab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)