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 | ??GB | 00111111001111110100011101000010 | 3f3f4742 |
SJIS-WIN | 樽卒GB | 100100100100110110010001101100100100011101000010 | 924d91b24742 |
EUC-JP | 樽卒GB | 110000111010111011000010101101000100011101000010 | c3aec2b44742 |
UTF-8 | 樽卒GB | 1110011010101000101111011110010110001101100100100100011101000010 | e6a8bde58d924742 |
UHC | 樽卒GB | 111100011101110011110000111011110100011101000010 | f1dcf0ef4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)