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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雕旃諌楢 | 1110100010111000100111011101000110001010110100001001001111101000 | e8b89dd18ad093e8 |
EUC-JP | 雕旃諌楢 | 1111000010111010110110101101001110110100110100101100011011101010 | f0badad3b4d2c6ea |
UTF-8 | 雕旃諌楢 | 111010011001101110010101111001101001011110000011111010001010101110001100111001101010010110100010 | e99b95e69783e8ab8ce6a5a2 |
UHC | 雕??楢 | 111100001110011100111111001111111110101011111001 | f0e73f3feaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)