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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ陳慊催ュ | 1100001010010010110000101001110011000010100011011100001110101101 | c292c29cc28dc3ad |
EUC-JP | ツ陳慊催ュ | 10001110110000101100010011000100110110001100010010111010110001011000111010101101 | 8ec2c4c4d8c4bac58ead |
UTF-8 | ツ陳慊催ュ | 111011111011111010000010111010011001100110110011111001101000010110001010111001011000001010101100111011111011110110101101 | efbe82e999b3e6858ae582acefbdad |
UHC | ?陳慊催? | 0011111111110010111001111100110011000011111101011100101000111111 | 3ff2e7ccc3f5ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)