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 | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 巽卒属GB | 1001001001000110100100011011001010010001101011100100011101000010 | 924691b291ae4742 |
EUC-JP | 巽卒属GB | 1100001110100111110000101011010011000010101100000100011101000010 | c3a7c2b4c2b04742 |
UTF-8 | 巽卒属GB | 1110010110110111101111011110010110001101100100101110010110110001100111100100011101000010 | e5b7bde58d92e5b19e4742 |
UHC | 巽卒?GB | 11100001110111101111000011101111001111110100011101000010 | e1def0ef3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)