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 | ツ淞閉甘 | 11000010100111111100001010010101110000101000101011000011 | c29fc295c28ac3 |
EUC-JP | ツ淞閉甘 | 1000111011000010110111101100010011001010110001001011010011000101 | 8ec2dec4cac4b4c5 |
UTF-8 | ツ淞閉甘 | 111011111011111010000010111001101011011110011110111010011001011010001001111001111001010010011000 | efbe82e6b79ee99689e79498 |
UHC | ?淞閉甘 | 00111111111000011110011111111000110011011100101011110110 | 3fe1e7f8cdcaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)