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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 哭眄珀}B | 1001101001001100111000011011111011100000110111110111110101000010 | 9a4ce1bee0df7d42 |
EUC-JP | 哭眄珀}B | 1101001110101101111000101100000011100000111000010111110101000010 | d3ade2c0e0e17d42 |
UTF-8 | 哭眄珀}B | 1110010110010011101011011110011110011100100001001110011110001111100000000111110101000010 | e593ade79c84e78f807d42 |
UHC | 哭眄珀}B | 1100110111010110110110001111100011011010110101100111110101000010 | cdd6d8f8dad67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)