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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 煜?駭?B | 11111011010101010011111111101001011011100011111101000010 | fb553fe96e3f42 |
EUC-JP | 煜?駭?B | 1000111111001001111111000011111111110001110011110011111101000010 | 8fc9fc3ff1cf3f42 |
UTF-8 | 煜렖駭렱B | 11100111100001011001110011101011101000001001011011101001101001111010110111101011101000001011000101000010 | e7859ceba096e9a7adeba0b142 |
UHC | 煜렖駭렱B | 111010011111001010001110101010111111101010110100100011101011111001000010 | e9f28eabfab48ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)