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 | ツ淌鳴淌烹 | 110000101001111111000011100101101100001010011111110000111001011001000010 | c29fc396c29fc39642 |
EUC-JP | ツ淌鳴淌烹 | 10001110110000101101111011000101110011001100010011011110110001011100101110100011 | 8ec2dec5ccc4dec5cba3 |
UTF-8 | ツ淌鳴淌烹 | 111011111011111010000010111001101011011110001100111010011011001110110100111001101011011110001100111001111000001110111001 | efbe82e6b78ce9b3b4e6b78ce783b9 |
UHC | ??鳴?烹 | 00111111001111111101100110110000001111111111100010110010 | 3f3fd9b03ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)